X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fawindowgui.C;h=ea21a02cd70256b67222eee0d9c128eb679c3a99;hp=796a739e6315b99e940bdfc968ffbf08045bfb5d;hb=7ead44762b23da404eee89b63e0474153fdf58a1;hpb=486c0ba74d53fd9e7bd72656dc7649567b654107 diff --git a/cinelerra-5.1/cinelerra/awindowgui.C b/cinelerra-5.1/cinelerra/awindowgui.C index 796a739e..ea21a02c 100644 --- a/cinelerra-5.1/cinelerra/awindowgui.C +++ b/cinelerra-5.1/cinelerra/awindowgui.C @@ -622,7 +622,7 @@ void AssetPicon::create_objects() icon_vframe = VFramePng::vframe_png(clip_icon_path); } if( !icon_vframe ) { -printf("render clip: %s\n", name); +//printf("render clip: %s\n", name); int edl_h = edl->get_h(), edl_w = edl->get_w(); int height = edl_h > 0 ? edl_h : 1; int width = edl_w > 0 ? edl_w : 1;