summaryrefslogtreecommitdiffstats
path: root/src/ui/interface.h
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2019-01-19 20:45:46 +0000
committerTavmjong Bah <tavmjong@free.fr>2019-01-19 20:45:46 +0000
commit87a43eb0e582e374c069241875bbf30ccc93b132 (patch)
tree3f7dbb0e9673a58d685aba36d58cfad59532dcc1 /src/ui/interface.h
parentMove drag-and-drop code to separate file. (diff)
downloadinkscape-87a43eb0e582e374c069241875bbf30ccc93b132.tar.gz
inkscape-87a43eb0e582e374c069241875bbf30ccc93b132.zip
Remove sp_create_window().
Diffstat (limited to 'src/ui/interface.h')
-rw-r--r--src/ui/interface.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/ui/interface.h b/src/ui/interface.h
index 1b77fdab9..eb75fe7d6 100644
--- a/src/ui/interface.h
+++ b/src/ui/interface.h
@@ -20,8 +20,6 @@
#include <glibmm/ustring.h>
-class SPViewWidget;
-
typedef struct _GtkWidget GtkWidget;
namespace Inkscape {
@@ -35,11 +33,6 @@ class View;
} // namespace Inkscape
/**
- * Create a new document window.
- */
-void sp_create_window (SPViewWidget *vw, bool editable);
-
-/**
* \param widget unused
*/
void sp_ui_close_view (GtkWidget *widget);