Skip to content

Commit a4c453a

Browse files
committedJun 30, 2020
Remove redundant icon call
1 parent 91259ce commit a4c453a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed
 

‎test.py

-7
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,6 @@
1919
objc.setVerbose(True)
2020
vanillaPath = os.path.realpath(vanilla.__file__)
2121
vanillaPath = os.path.dirname(os.path.dirname(os.path.dirname(vanillaPath)))
22-
iconPath = os.path.join(vanillaPath, "Data", "testIcon.tif")
23-
iconName = None
24-
25-
if not os.path.exists(iconPath):
26-
iconPath = None
27-
iconName = NSImageNameInfo
28-
2922

3023
class Test(object):
3124
def __init__(self):

0 commit comments

Comments
 (0)
Please sign in to comment.