X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Frgb601%2Frgb601.C;fp=cinelerra-5.1%2Fplugins%2Frgb601%2Frgb601.C;h=c67de4aff1e1a36ea7c8fa471591113e482216f7;hb=a91176d7510310919776d0250d5708bb244d440b;hp=05a715b013f6b66967907a5e1861183c2bdf223f;hpb=c8c97de4bed1b06c686fe7155e41ecb85d633b34;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/rgb601/rgb601.C b/cinelerra-5.1/plugins/rgb601/rgb601.C index 05a715b0..c67de4af 100644 --- a/cinelerra-5.1/plugins/rgb601/rgb601.C +++ b/cinelerra-5.1/plugins/rgb601/rgb601.C @@ -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++) \