update versioninfo, locks for read_data in plugins, minor fixes
[goodguy/history.git] / cinelerra-5.1 / plugins / rgb601 / rgb601.C
index 05a715b013f6b66967907a5e1861183c2bdf223f..c67de4aff1e1a36ea7c8fa471591113e482216f7 100644 (file)
@@ -117,14 +117,8 @@ void RGB601Main::read_data(KeyFrame *keyframe)
                        }
                }
        }
-
-       if(thread)
-       {
-               ((RGB601Window*)thread->window)->update();
-       }
 }
 
-
 #define CREATE_TABLE(max) \
 { \
        for(int i = 0; i < max; i++) \