summaryrefslogtreecommitdiff
path: root/lspaneeditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'lspaneeditor.h')
-rw-r--r--lspaneeditor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lspaneeditor.h b/lspaneeditor.h
index 0c4ddc3..22a7a7d 100644
--- a/lspaneeditor.h
+++ b/lspaneeditor.h
@@ -36,7 +36,7 @@ private:
QDoubleSpinBox *m_width, *m_height;
QComboBox *m_horzOrigin, *m_vertOrigin;
- QCheckBox *m_widescreen, *m_visible;
+ QCheckBox *m_widescreen; //, *m_visible;
QDoubleSpinBox *m_transX, *m_transY, *m_transZ;
QDoubleSpinBox *m_rotX, *m_rotY, *m_rotZ;
@@ -57,7 +57,7 @@ private slots:
void handleHorzOriginChanged(int value);
void handleVertOriginChanged(int value);
void handleWidescreenChanged(bool value);
- void handleVisibleChanged(bool value);
+ //void handleVisibleChanged(bool value);
void handleTransXChanged(double value);
void handleTransYChanged(double value);
void handleTransZChanged(double value);