diff options
Diffstat (limited to 'src/MainWindow.h')
-rw-r--r-- | src/MainWindow.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/MainWindow.h b/src/MainWindow.h index adbf634..243a5ad 100644 --- a/src/MainWindow.h +++ b/src/MainWindow.h @@ -50,7 +50,6 @@ public: QVector<CSGTerm*> background_terms; CSGChain *background_chain; QString last_compiled_doc; - bool enableOpenCSG; static const int maxRecentFiles = 10; QAction *actionRecentFile[maxRecentFiles]; |