summaryrefslogtreecommitdiffstats
path: root/packaging/macosx/Resources/script
diff options
context:
space:
mode:
authorsu_v <suv-sf@users.sourceforge.net>2014-08-20 13:09:30 +0000
committer~suv <suv-sf@users.sourceforge.net>2014-08-20 13:09:30 +0000
commit0ecf87014ce8c02a621460760653a2b8870bcddc (patch)
tree34fb4d08d28c84d9b63b614d7e30783373a3d0ff /packaging/macosx/Resources/script
parentuse $XDG_CACHE_HOME/inkscape instead of ~/.inkscape-etc for generated rc and ... (diff)
downloadinkscape-0ecf87014ce8c02a621460760653a2b8870bcddc.tar.gz
inkscape-0ecf87014ce8c02a621460760653a2b8870bcddc.zip
cleanup: remove unused variables and outdated comments
(bzr r13506.1.24)
Diffstat (limited to 'packaging/macosx/Resources/script')
-rwxr-xr-xpackaging/macosx/Resources/script3
1 files changed, 0 insertions, 3 deletions
diff --git a/packaging/macosx/Resources/script b/packaging/macosx/Resources/script
index b1450bc17..33d5a6c50 100755
--- a/packaging/macosx/Resources/script
+++ b/packaging/macosx/Resources/script
@@ -5,9 +5,6 @@
CWD=`dirname "$0"`
-# System version: 3 for Panther, 4 for Tiger, 5 for Leopard
-export VERSION=`/usr/bin/sw_vers | grep ProductVersion | cut -f2 -d'.'`
-
# Warn the user about time-consuming generation of fontconfig caches.
# TODO: Somehow keep in sync with ScriptExec and bin/inkscape.
# Ideally refer to $XDG_CACHE_HOME/inkscape everywhere, but how?