diff options
| author | Liam P. White <inkscapebrony@gmail.com> | 2014-12-21 19:58:38 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebrony@gmail.com> | 2014-12-21 19:58:38 +0000 |
| commit | 6c78ab7deeea3b32791437ade35e8911e7c73c8e (patch) | |
| tree | 1392ce928e20bb52690af343f1a1f44dae2935b7 /src/desktop-handles.cpp | |
| parent | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection (diff) | |
| download | inkscape-6c78ab7deeea3b32791437ade35e8911e7c73c8e.tar.gz inkscape-6c78ab7deeea3b32791437ade35e8911e7c73c8e.zip | |
Purge sp_desktop_namedview in favor of SPDesktop::getNamedView
(bzr r13810)
Diffstat (limited to 'src/desktop-handles.cpp')
| -rw-r--r-- | src/desktop-handles.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/desktop-handles.cpp b/src/desktop-handles.cpp index 980e6c0e9..b0d12855a 100644 --- a/src/desktop-handles.cpp +++ b/src/desktop-handles.cpp @@ -102,13 +102,3 @@ sp_desktop_message_stack (SPDesktop const * desktop) return desktop->messageStack(); } - -SPNamedView * -sp_desktop_namedview (SPDesktop const * desktop) -{ - g_return_val_if_fail (desktop != NULL, NULL); - - return desktop->namedview; -} - - |
