summaryrefslogtreecommitdiffstats
path: root/src/templates/main.cpp
diff options
context:
space:
mode:
authorSlagvi Public <JandotDarowskiattgmaildottcom>2013-07-24 07:25:52 +0000
committerSlagvi Public <JandotDarowskiattgmaildottcom>2013-07-24 07:25:52 +0000
commit6b78e29d0a6b0a5df82b1d8779689ec41718b258 (patch)
tree702b08e0e9932c56f5de86e72934653e3aaf8ebb /src/templates/main.cpp
parentMinor code fixes (diff)
downloadinkscape-6b78e29d0a6b0a5df82b1d8779689ec41718b258.tar.gz
inkscape-6b78e29d0a6b0a5df82b1d8779689ec41718b258.zip
Old templates support removed
(bzr r12379.2.13)
Diffstat (limited to 'src/templates/main.cpp')
-rw-r--r--src/templates/main.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/templates/main.cpp b/src/templates/main.cpp
deleted file mode 100644
index d7a3f40a4..000000000
--- a/src/templates/main.cpp
+++ /dev/null
@@ -1,16 +0,0 @@
-#include <gtkmm/main.h>
-
-#include "new-from-template.h"
-
-using namespace Inkscape::UI;
-
-int main (int argc, char *argv[])
-{
- Gtk::Main kit(argc, argv);
-
- NewFromTemplate dialog;
- dialog.run();
- //Gtk::Main::run(dialog);
-
- return 0;
-}