diff options
| author | Slagvi Public <JandotDarowskiattgmaildottcom> | 2013-07-24 07:25:52 +0000 |
|---|---|---|
| committer | Slagvi Public <JandotDarowskiattgmaildottcom> | 2013-07-24 07:25:52 +0000 |
| commit | 6b78e29d0a6b0a5df82b1d8779689ec41718b258 (patch) | |
| tree | 702b08e0e9932c56f5de86e72934653e3aaf8ebb /src/templates/main.cpp | |
| parent | Minor code fixes (diff) | |
| download | inkscape-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.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; -} |
