diff --git a/pyglance/glance/plot.py b/pyglance/glance/plot.py
index 2cf351c4c50f730a0a06ddad667e838434b0f196..3b774b10962c3b7191b0c6865a146671195ee74d 100644
--- a/pyglance/glance/plot.py
+++ b/pyglance/glance/plot.py
@@ -9,10 +9,6 @@ Copyright (c) 2009 University of Wisconsin SSEC. All rights reserved.
 
 import os, sys
 
-PYQT4_HAX = '/sw/lib/qt4-mac/lib/python2.6/site-packages'
-if os.path.isdir(PYQT4_HAX):
-    sys.path.append(PYQT4_HAX)
-
 # these first two lines must stay before the pylab import
 import matplotlib
 #matplotlib.use('Qt4Agg') # use the Anti-Grain Geometry rendering engine