summaryrefslogtreecommitdiffstats
path: root/src/verbs.cpp
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2006-05-23 09:17:37 +0000
committerjoncruz <joncruz@users.sourceforge.net>2006-05-23 09:17:37 +0000
commit9697981a95a44a3ef1d8c9a5caf919a9dc6f3bdc (patch)
tree2d683fb6bae8ffaa5f25101e1faa5fe1be6e8bec /src/verbs.cpp
parent* Use hardcoded sample string for font preview instead of the string from the... (diff)
downloadinkscape-9697981a95a44a3ef1d8c9a5caf919a9dc6f3bdc.tar.gz
inkscape-9697981a95a44a3ef1d8c9a5caf919a9dc6f3bdc.zip
Panel refactoring
(bzr r976)
Diffstat (limited to 'src/verbs.cpp')
-rw-r--r--src/verbs.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp
index 079f851b4..ec56dc45e 100644
--- a/src/verbs.cpp
+++ b/src/verbs.cpp
@@ -1406,7 +1406,9 @@ TextVerb::perform(SPAction *action, void *data, void *pdata)
return;
SPDocument *doc = sp_desktop_document(dt);
+ (void)doc;
Inkscape::XML::Node *repr = SP_OBJECT_REPR(dt->namedview);
+ (void)repr;
}
/** \brief Decode the verb code and take appropriate action */