diff options
| author | Ted Gould <ted@gould.cx> | 2007-06-27 06:19:46 +0000 |
|---|---|---|
| committer | gouldtj <gouldtj@users.sourceforge.net> | 2007-06-27 06:19:46 +0000 |
| commit | 7bb185ab05e12cca7dea685aa3102b822e825d6b (patch) | |
| tree | 3fb0d301087709761dc2611ea77eca074b0a29e6 /src/extension/implementation/script.h | |
| parent | switch SPStyle to using SPFilterReference for filters; sp_style_new now requi... (diff) | |
| download | inkscape-7bb185ab05e12cca7dea685aa3102b822e825d6b.tar.gz inkscape-7bb185ab05e12cca7dea685aa3102b822e825d6b.zip | |
r15368@tres: ted | 2007-05-05 13:53:51 -0700
Basic adjustments to get async all connected in. This compiles for
effects, but then it crashes. But, it's a decent start.
(bzr r3117)
Diffstat (limited to 'src/extension/implementation/script.h')
| -rw-r--r-- | src/extension/implementation/script.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/extension/implementation/script.h b/src/extension/implementation/script.h index dd8a0e6ee..b7871d9f8 100644 --- a/src/extension/implementation/script.h +++ b/src/extension/implementation/script.h @@ -115,14 +115,6 @@ private: Glib::ustring helper_extension; /** - * This function actually does the work, everything else is preparing - * for this function. It is the core here - */ - int execute (const Glib::ustring &command, - const Glib::ustring &filein, - const Glib::ustring &fileout); - - /** * Just a quick function to find and resolve relative paths for * the incoming scripts */ |
