]> git.sesse.net Git - nageru/blobdiff - main.cpp
Some refactoring of the player code, and begin working on the playlist.
[nageru] / main.cpp
index a0e93420688acebd0e742d2632b10b4a6cd2733b..52c105f76b492875919e1c2575b8f9eeb43891dc 100644 (file)
--- a/main.cpp
+++ b/main.cpp
@@ -52,7 +52,6 @@ int main(int argc, char **argv)
        mainWindow.show();
 
        thread(record_thread_func).detach();
-       start_player_thread();
 
        return app.exec();
 }