summaryrefslogtreecommitdiff
path: root/openscad.h
diff options
context:
space:
mode:
Diffstat (limited to 'openscad.h')
-rw-r--r--openscad.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/openscad.h b/openscad.h
index 4f12420..4ad5765 100644
--- a/openscad.h
+++ b/openscad.h
@@ -458,7 +458,6 @@ public:
double w_h_ratio;
GLint shaderinfo[11];
- bool useLights;
GLView(QWidget *parent = NULL);
@@ -544,8 +543,7 @@ public:
QAction *actViewModeCGALGrid;
#endif
QAction *actViewModeThrownTogether;
- QAction *actViewModeWireframe;
- QAction *actViewModeShaded;
+ QAction *actViewModeShowEdges;
void viewModeActionsUncheck();
private slots:
@@ -557,8 +555,7 @@ private slots:
void viewModeCGALGrid();
#endif
void viewModeThrownTogether();
- void viewModeWireframe();
- void viewModeShaded();
+ void viewModeShowEdges();
};
extern AbstractModule *parse(const char *text, int debug);
contact: Jan Huwald // Impressum