From 5421346cad32ea60be596291c74200bed21c2ef2 Mon Sep 17 00:00:00 2001 From: Bob Jamison Date: Mon, 10 Mar 2008 00:03:28 +0000 Subject: Switch to newer binding stuff (bzr r5016) --- src/extension/script/cpptest.cpp | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 src/extension/script/cpptest.cpp (limited to 'src/extension/script/cpptest.cpp') diff --git a/src/extension/script/cpptest.cpp b/src/extension/script/cpptest.cpp deleted file mode 100644 index e5c9d34de..000000000 --- a/src/extension/script/cpptest.cpp +++ /dev/null @@ -1,22 +0,0 @@ - -#include - -#include "InkscapeBinding.h" - -void doTest() -{ - Inkscape::Extension::Script::Inkscape *inkscape = - Inkscape::Extension::Script::getInkscape(); - Inkscape::Extension::Script::Desktop *desktop = inkscape->getDesktop(); - Inkscape::Extension::Script::Document *document = desktop->getDocument(); - document->hello(); -} - -int main(int argc, char **argv) -{ - - doTest(); - -} - - -- cgit v1.2.3