diff options
Diffstat (limited to 'src/templates/main.cpp')
| -rw-r--r-- | src/templates/main.cpp | 16 |
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; -} |
