change to fixed rate refresh stratigy for vicons
[goodguy/history.git] / cinelerra-5.0 / guicast / thread.C
index 552255a5b77ae3325dbc092dae7cc701dc5f7029..c3d068e0b3c867bfadd06572433bfa27b63c2d49 100644 (file)
@@ -266,16 +266,6 @@ int Thread::continue_thread()
        return 0;
 }
 
-bool Thread::exists()
-{
-       return tid != ((pthread_t)-1);
-}
-
-bool Thread::running()
-{
-       return exists() & ~finished;
-}
-
 int Thread::set_synchronous(int value)
 {
        this->synchronous = value != 0;