summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/view/view-widget.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/ui/view/view-widget.h b/src/ui/view/view-widget.h
index 410edeb7b..0296ac6e8 100644
--- a/src/ui/view/view-widget.h
+++ b/src/ui/view/view-widget.h
@@ -15,6 +15,7 @@
#include <gtk/gtk.h>
+
namespace Inkscape {
namespace UI {
namespace View {
@@ -52,11 +53,6 @@ void sp_view_widget_set_view(SPViewWidget *vw, Inkscape::UI::View::View *view);
bool sp_view_widget_shutdown(SPViewWidget *vw);
/**
- * Create a new SPViewWidget (which happens to be a SPDesktopWidget).
- */
-SPViewWidget *sp_desktop_widget_new(SPNamedView *namedview);
-
-/**
* SPViewWidget is a GUI widget that contain a single View. It is also
* an abstract base class with little functionality of its own.
*/