util/misc.py
changeset 781 cdc6393705ce
parent 734 5c42cafaee15
child 806 abf1afc1f04d
--- a/util/misc.py	Mon Jun 25 12:13:58 2012 +0200
+++ b/util/misc.py	Mon Jun 25 20:05:29 2012 +0200
@@ -3,10 +3,6 @@
 """
 
 import os,sys
-
-# helper func to get path to images
-def opjimg(imgname):
-    return os.path.join(sys.path[0], "images", imgname+".png")
     
 # helper func to check path write permission
 def CheckPathPerm(path):