Merge branch 'master' of feistymeow.org:feisty_meow
[feisty_meow.git] / scripts / x_win / make_display.sh
diff --git a/scripts/x_win/make_display.sh b/scripts/x_win/make_display.sh
deleted file mode 100644 (file)
index e69fcbb..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-echo hostname is $(hostname) for make_display >trash.trash
-case $DISPLAY in
-       unix*) echo $(hostname):0.0 ;;
-       *) echo $DISPLAY
-       echo setting to $DISPLAY >>trash.trash ;;
-esac