summaryrefslogtreecommitdiffstats
path: root/src/file.cpp
diff options
context:
space:
mode:
authorSlagvi Public <JandotDarowskiattgmaildottcom>2013-07-04 14:19:38 +0000
committerSlagvi Public <JandotDarowskiattgmaildottcom>2013-07-04 14:19:38 +0000
commit46211dc227f62c2e71b3edfa1ffb508c9fe8e0ac (patch)
tree2941c3895a0663437a0b580608bca5ad7ef2deb1 /src/file.cpp
parentTemplates menu item fixed (diff)
downloadinkscape-46211dc227f62c2e71b3edfa1ffb508c9fe8e0ac.tar.gz
inkscape-46211dc227f62c2e71b3edfa1ffb508c9fe8e0ac.zip
Added loading templates into NewFromTemplate dialog.
(bzr r12379.2.7)
Diffstat (limited to 'src/file.cpp')
-rw-r--r--src/file.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/file.cpp b/src/file.cpp
index 7f8bfc8bf..9d3c513ab 100644
--- a/src/file.cpp
+++ b/src/file.cpp
@@ -66,7 +66,6 @@
#include "verbs.h"
#include "event-log.h"
#include "ui/dialog/font-substitution.h"
-#include "ui/dialog/new-from-template.h"
#include <gtk/gtk.h>
@@ -200,12 +199,6 @@ SPDesktop* sp_file_new_default()
return desk;
}
-SPDesktop* sp_file_new_from_templatee()
-{
- Inkscape::UI::NewFromTemplate dl;
- dl.run();
- return sp_file_new_default();
-}
/*######################
## D E L E T E