summaryrefslogtreecommitdiffstats
path: root/src/extension/execution-env.cpp
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2008-03-02 05:45:09 +0000
committerjoncruz <joncruz@users.sourceforge.net>2008-03-02 05:45:09 +0000
commitd89b161b1f02efc2082191696367036994372f27 (patch)
tree7f452cdc190777564848094c0cd405f64973f22a /src/extension/execution-env.cpp
parentremove assert_close (diff)
downloadinkscape-d89b161b1f02efc2082191696367036994372f27.tar.gz
inkscape-d89b161b1f02efc2082191696367036994372f27.zip
warning cleanup
(bzr r4917)
Diffstat (limited to 'src/extension/execution-env.cpp')
-rw-r--r--src/extension/execution-env.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/extension/execution-env.cpp b/src/extension/execution-env.cpp
index fae764a9d..aa8c82171 100644
--- a/src/extension/execution-env.cpp
+++ b/src/extension/execution-env.cpp
@@ -70,7 +70,7 @@ ExecutionEnv::ExecutionEnv (Effect * effect, Inkscape::UI::View::View * doc, Imp
}
/** \brief Destroy an execution environment
-
+
Destroys the dialog if created and the document cache.
*/
ExecutionEnv::~ExecutionEnv (void) {
@@ -138,7 +138,7 @@ ExecutionEnv::createWorkingDialog (void) {
}
void
-ExecutionEnv::workingCanceled( const int resp) {
+ExecutionEnv::workingCanceled( const int /*resp*/) {
cancel();
undo();
return;