summaryrefslogtreecommitdiffstats
path: root/src/extension/paramnotebook.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/extension/paramnotebook.cpp')
-rw-r--r--src/extension/paramnotebook.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/extension/paramnotebook.cpp b/src/extension/paramnotebook.cpp
index a44f83692..eb568ac45 100644
--- a/src/extension/paramnotebook.cpp
+++ b/src/extension/paramnotebook.cpp
@@ -337,10 +337,6 @@ ParamNotebook::string (void)
*param_string += *pageparamstr;
delete pageparamstr;
}
-
- // this function is called when the user pressed OK. This means the dialog will close
- // very soon, and we should deactivate the 'switch-page' hook, so the last page is remembered.
-
return param_string;
}