X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fguicast%2Ftest2.C;h=555b4c90e9ce95c71aca4c33147af0a13884fe2d;hp=fd22fc60d6fb68356e28ab4c0c33fb5e3fb408f2;hb=0df48ad2d876409c5beeae2e21933a728ea76c33;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1 diff --git a/cinelerra-5.1/guicast/test2.C b/cinelerra-5.1/guicast/test2.C index fd22fc60..555b4c90 100644 --- a/cinelerra-5.1/guicast/test2.C +++ b/cinelerra-5.1/guicast/test2.C @@ -26,18 +26,9 @@ class TestWindow : public BC_Window { public: - TestWindow() : BC_Window("test", - 0, - 0, - 640, - 480) - { - } + TestWindow() : BC_Window("test", 0, 0, 640, 480) {} }; - - - typedef struct { struct timeval start_time;