Remove redundant platform init

This commit is contained in:
Gobinath 2020-12-31 08:32:35 -05:00
parent 4a4283cf1a
commit ef41d54743
1 changed files with 0 additions and 2 deletions

View File

@ -382,8 +382,6 @@ def initialize_safeeyes():
shutil.copy2(SYSTEM_STYLE_SHEET_PATH, STYLE_SHEET_PATH)
os.chmod(STYLE_SHEET_PATH, 0o777)
initialize_platform()
def initialize_platform():
"""