Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
csm10495 committed Feb 19, 2018
1 parent 9d77526 commit ca8f2a1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,6 @@ def getProxy():
print ('-I- Could not find any proxy settings')
return None

def prettyNameToCheckboxName(prettyName):
'''
converts the pretty name to a variable name for the linked checkbox
'''
return '_' + prettyName.replace(' ', '_SPACE_')

if __name__ == '__main__':
if not ctypes.windll.shell32.IsUserAnAdmin():
raise EnvironmentError("Please run as admin")
Expand Down

0 comments on commit ca8f2a1

Please sign in to comment.