]> git.sesse.net Git - nageru/commitdiff
Un-name the main thread again, since it makes killall stop working.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 5 Jul 2017 18:04:37 +0000 (20:04 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 5 Jul 2017 18:04:37 +0000 (20:04 +0200)
main.cpp

index 9177025faca57ff6c8cc3ce306b8abb9a6976e39..dcaf2a6936ce7fb84532457c515f36ddcc7ed2e2 100644 (file)
--- a/main.cpp
+++ b/main.cpp
@@ -77,8 +77,6 @@ int main(int argc, char *argv[])
                uses_mlock = true;
        }
 
-       pthread_setname_np(pthread_self(), "Nageru_UI");
-
        int rc = app.exec();
        global_mixer->quit();
        mainWindow.mixer_shutting_down();