Skip to content

Commit

Permalink
main: Remove duplicated code causing issues (#1308)
Browse files Browse the repository at this point in the history
  • Loading branch information
C0rn3j authored Nov 23, 2024
1 parent 33d4e5a commit 933e765
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/tauon/t_modules/t_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,13 +479,6 @@
except Exception:
logging.exception("Error accessing GTK settings")

# if system == "Windows" or msys:
# os.environ["PYSDL2_DLL_PATH"] = install_directory + "\\lib"

# Assume that it's a classic Linux install, use standard paths
if install_directory.startswith("/usr/"):
install_directory = "/usr/share/TauonMusicBox"

# Set data folders (portable mode)
user_directory = install_directory
config_directory = Path(user_directory)
Expand Down

0 comments on commit 933e765

Please sign in to comment.