diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2007-03-04 22:53:48 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2007-03-04 22:53:48 +0000 |
| commit | 303d18668eda9ae73f6587666878a0d4f68c54b9 (patch) | |
| tree | abe78422bd34200d43841208253e51874e583559 /src/flood-context.cpp | |
| parent | clean to delete config.h (diff) | |
| download | inkscape-303d18668eda9ae73f6587666878a0d4f68c54b9.tar.gz inkscape-303d18668eda9ae73f6587666878a0d4f68c54b9.zip | |
Warning cleanup of unused variables
(bzr r2546)
Diffstat (limited to 'src/flood-context.cpp')
| -rw-r--r-- | src/flood-context.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/flood-context.cpp b/src/flood-context.cpp index e8c5f8f38..35e053fe0 100644 --- a/src/flood-context.cpp +++ b/src/flood-context.cpp @@ -622,8 +622,6 @@ static gint sp_flood_context_item_handler(SPEventContext *event_context, SPItem static gint sp_flood_context_root_handler(SPEventContext *event_context, GdkEvent *event) { - SPDesktop *desktop = event_context->desktop; - gint ret = FALSE; switch (event->type) { case GDK_BUTTON_PRESS: |
