diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-04-03 03:05:20 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-04-03 03:05:20 (GMT) |
commit | 8aad5e448fd9b4563fa2e9e1d69cdb64017370d8 (patch) | |
tree | 60d4efc52a55a8859ba46b6f6ffe8dfc76ebeecd /src/MainWindow.h | |
parent | b699cbd8596db1c24cf60d4d7fe4b3a025420a19 (diff) |
Fixed compile error and added zoomIn/zoomOut slots
git-svn-id: http://svn.clifford.at/openscad/trunk@503 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'src/MainWindow.h')
-rw-r--r-- | src/MainWindow.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/MainWindow.h b/src/MainWindow.h index 7623789..9eb1748 100644 --- a/src/MainWindow.h +++ b/src/MainWindow.h @@ -88,10 +88,6 @@ private slots: void actionReload(); private slots: - void editIndent(); - void editUnindent(); - void editComment(); - void editUncomment(); void pasteViewportTranslation(); void pasteViewportRotation(); void hideEditor(); |