diff options
| author | Liam P. White <inkscapebrony@gmail.com> | 2014-12-21 20:12:41 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebrony@gmail.com> | 2014-12-21 20:12:41 +0000 |
| commit | 53eb571d863a52712aa23656f2118020fa3dff5d (patch) | |
| tree | b2bacd88c86583aa66bc44613937ba903cbed8ba /src/desktop-handles.cpp | |
| parent | Purge sp_desktop_canvas (diff) | |
| download | inkscape-53eb571d863a52712aa23656f2118020fa3dff5d.tar.gz inkscape-53eb571d863a52712aa23656f2118020fa3dff5d.zip | |
Purge sp_desktop_acetate
(bzr r13812)
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 02dd0493a..b0283537f 100644 --- a/src/desktop-handles.cpp +++ b/src/desktop-handles.cpp @@ -23,14 +23,6 @@ sp_desktop_document (SPDesktop const * desktop) return desktop->doc(); } -SPCanvasItem * -sp_desktop_acetate (SPDesktop const * desktop) -{ - g_return_val_if_fail (desktop != NULL, NULL); - - return desktop->acetate; -} - SPCanvasGroup * sp_desktop_main (SPDesktop const * desktop) { |
