diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2013-11-13 00:00:04 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2013-11-13 00:00:04 +0000 |
| commit | 152a0caf7e216e7ceafeed20822500c385e3e2df (patch) | |
| tree | a3b5d60e08f3bd8221ba2e50eea80b087e5d541a /src/desktop-handles.cpp | |
| parent | Update to trunk (diff) | |
| parent | fix C++11 compilation. There A LOT of const_casts in this file... :-( (diff) | |
| download | inkscape-152a0caf7e216e7ceafeed20822500c385e3e2df.tar.gz inkscape-152a0caf7e216e7ceafeed20822500c385e3e2df.zip | |
Update to trunk
(bzr r12588.1.26)
Diffstat (limited to 'src/desktop-handles.cpp')
| -rw-r--r-- | src/desktop-handles.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/desktop-handles.cpp b/src/desktop-handles.cpp index ebfa22c3e..8fa7ad986 100644 --- a/src/desktop-handles.cpp +++ b/src/desktop-handles.cpp @@ -15,14 +15,6 @@ #include "desktop.h" #include "desktop-handles.h" -//SPEventContext * -//sp_desktop_event_context (SPDesktop const * desktop) -//{ -// g_return_val_if_fail (desktop != NULL, NULL); -// -// return desktop->event_context; -//} - Inkscape::Selection * sp_desktop_selection (SPDesktop const * desktop) { |
