diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2007-03-06 07:14:07 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2007-03-06 07:14:07 +0000 |
| commit | 519658807eca474252f3cdb5670256647270fec0 (patch) | |
| tree | ce2d39c6016627ae11e50a464bcc9cdd5259ccb6 /src/draw-context.cpp | |
| parent | fix by dvlierop2 for snapping bugs 1579556 and 1579587 (diff) | |
| download | inkscape-519658807eca474252f3cdb5670256647270fec0.tar.gz inkscape-519658807eca474252f3cdb5670256647270fec0.zip | |
Purged unused variable
(bzr r2558)
Diffstat (limited to 'src/draw-context.cpp')
| -rw-r--r-- | src/draw-context.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/draw-context.cpp b/src/draw-context.cpp index 9390834d1..30b2e612c 100644 --- a/src/draw-context.cpp +++ b/src/draw-context.cpp @@ -209,9 +209,6 @@ sp_draw_context_set(SPEventContext *ec, const gchar *key, const gchar *value) gint sp_draw_context_root_handler(SPEventContext *ec, GdkEvent *event) { - //SPDrawContext *dc = SP_DRAW_CONTEXT(ec); - SPDesktop *desktop = ec->desktop; - gint ret = FALSE; switch (event->type) { |
