about summary refs log tree commit diff homepage
path: root/brutalmaze/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'brutalmaze/constants.py')
-rw-r--r--brutalmaze/constants.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/brutalmaze/constants.py b/brutalmaze/constants.py
index a7d1267..24ad23a 100644
--- a/brutalmaze/constants.py
+++ b/brutalmaze/constants.py
@@ -27,7 +27,6 @@ from pygame.mixer import Sound
 
 SETTINGS = pkg_file('brutalmaze', 'settings.ini')
 ICON = pygame.image.load(pkg_file('brutalmaze', 'icon.png'))
-MUSIC = pkg_file('brutalmaze', 'soundfx/music.ogg')
 NOISE = pkg_file('brutalmaze', 'soundfx/noise.ogg')
 
 mixer = pygame.mixer.get_init()