From: johanengelen Date: Mon, 18 Sep 2006 21:30:47 +0000 (+0000) Subject: deleted some incorrect comment of mine. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4778e8d205b827bd345462bfe598f3a5125a4e28;p=inkscape.git deleted some incorrect comment of mine. --- 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; }