Code

Remove unreferenced and obsolete file inkscape.bat.
authorChris Morgan <chris.morganiser@gmail.com>
Tue, 22 Jun 2010 10:05:58 +0000 (20:05 +1000)
committerChris Morgan <chris.morganiser@gmail.com>
Tue, 22 Jun 2010 10:05:58 +0000 (20:05 +1000)
packaging/win32/inkscape.bat [deleted file]

diff --git a/packaging/win32/inkscape.bat b/packaging/win32/inkscape.bat
deleted file mode 100644 (file)
index 4624841..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-@echo off
-
-rem This batch file launches Inkscape with a limited PATH.
-rem This is to prevent those occurrences when a user might
-rem have another Gtk library installation that might conflict
-rem with the libs supplied by Inkscape.
-
-rem set the following to the directory where Inkscape is installed.
-set INKSCAPE=c:\inkscape
-
-set PATH=%INKSCAPE%;%INKSCAPE%\python;%INKSCAPE%\perl;c:\windows;c:\windows\system32
-
-start inkscape
-