dropping scripts needed for skype in older 4.2 version (was needed to silence awful...
authorChris Koeritz <fred@gruntose.com>
Tue, 6 Jan 2015 21:08:00 +0000 (16:08 -0500)
committerChris Koeritz <fred@gruntose.com>
Tue, 6 Jan 2015 21:08:00 +0000 (16:08 -0500)
customizing/fred/fred_common.alias
scripts/chat/skype_fix.sh [deleted file]

index 5a0f94e24f50b28b2bf14e3dc4d73a658e94a603..af6629c2c7769868886198e720bd5f8fcf65b533 100644 (file)
@@ -6,9 +6,6 @@
 alias moo='check_mount /z/stuffing ; check_mount /z/walrus ; check_mount /z/chunky ; check_mount /z/fredgrid'
 alias unmoo='sudo umount /z/stuffing ; sudo umount /z/walrus ; sudo umount /z/chunky ; sudo umount /z/fredgrid'
 
-# skype needs this to run properly.
-alias skype='env PULSE_LATENCY_MSEC=30 skype'
-
 # load in the xsede build scripts.
 source "$FEISTY_MEOW_SCRIPTS/buildor/build_xsedes.sh"
 
diff --git a/scripts/chat/skype_fix.sh b/scripts/chat/skype_fix.sh
deleted file mode 100644 (file)
index 1be56e1..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/bash
-
-env PULSE_LATENCY_MSEC=30 skype
-