diff options
author | Henrik Brautaset Aronsen <subsurface@henrik.synth.no> | 2012-01-03 20:18:04 +0100 |
---|---|---|
committer | Henrik Brautaset Aronsen <subsurface@henrik.synth.no> | 2012-01-03 20:19:57 +0100 |
commit | 854391419f7ed669eab43ed36c6a13a313eb3436 (patch) | |
tree | 97ab529becc88e3c7193fa12b352141f00b97634 /packaging/macosx/subsurface.sh | |
parent | 513df18f50afc13fcef9f2421b5a33b772eed380 (diff) | |
download | subsurface-854391419f7ed669eab43ed36c6a13a313eb3436.tar.gz |
More Mac improvements
The startup shell script workaround isn't needed anymore. The preferences
hotkey didn't work. Remove left-over menu separators.
Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no>
Diffstat (limited to 'packaging/macosx/subsurface.sh')
-rwxr-xr-x | packaging/macosx/subsurface.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/packaging/macosx/subsurface.sh b/packaging/macosx/subsurface.sh deleted file mode 100755 index ee9427c37..000000000 --- a/packaging/macosx/subsurface.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -cd `dirname $0`/../Resources -../MacOS/subsurface & -exit 0 |