summaryrefslogtreecommitdiff
path: root/cad/src/commands/Extrude
diff options
context:
space:
mode:
Diffstat (limited to 'cad/src/commands/Extrude')
-rwxr-xr-xcad/src/commands/Extrude/ExtrudePropertyManager.py17
1 files changed, 0 insertions, 17 deletions
diff --git a/cad/src/commands/Extrude/ExtrudePropertyManager.py b/cad/src/commands/Extrude/ExtrudePropertyManager.py
index 398403eb1..e3d8869bf 100755
--- a/cad/src/commands/Extrude/ExtrudePropertyManager.py
+++ b/cad/src/commands/Extrude/ExtrudePropertyManager.py
@@ -38,23 +38,6 @@ class ExtrudePropertyManager(Ui_ExtrudePropertyManager):
self.updateMessage()
-
- def ok_btn_clicked(self):
- """
- Calls MainWindow.toolsDone to exit the current mode.
- @attention: this method needs to be renamed. (this should be done in
- PM_Dialog)
- """
- self.w.toolsDone()
-
- def cancel_btn_clicked(self):
- """
- Calls MainWindow.toolsDone to exit the current mode.
- @attention: this method needs to be renamed. (this should be done in
- PM_Dialog)
- """
- self.w.toolsCancel()
-
def connect_or_disconnect_signals(self, connect):
"""
Connect or disconnect widget signals sent to their slot methods.