Don't rename main thread as its name appears in top, it turns out.
authorCarl Hetherington <cth@carlh.net>
Fri, 16 Feb 2018 20:34:48 +0000 (20:34 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 16 Feb 2018 20:34:48 +0000 (20:34 +0000)
src/tools/dcpomatic.cc

index 2fd8edc3dae56280b10f4a44f1e7f174bc69936b..05534cc608a57697025ed1a18bbd791d1ba3adca 100644 (file)
@@ -344,10 +344,6 @@ public:
                delete[] accel;
 
                UpdateChecker::instance()->StateChanged.connect (boost::bind (&DOMFrame::update_checker_state_changed, this));
-
-#ifdef DCPOMATIC_LINUX
-               pthread_setname_np(pthread_self(), "gui");
-#endif
        }
 
        void remove_clicked (wxCommandEvent& ev)