X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fassetpopup.C;h=12a51429690bf93d5d192d23c89efb5865f25dff;hb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb;hp=2744f21798684b61e3a15070e45c25e3466e9a46;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/assetpopup.C b/cinelerra-5.1/cinelerra/assetpopup.C index 2744f217..12a51429 100644 --- a/cinelerra-5.1/cinelerra/assetpopup.C +++ b/cinelerra-5.1/cinelerra/assetpopup.C @@ -59,7 +59,7 @@ AssetPopup::~AssetPopup() void AssetPopup::create_objects() { - add_item(format = new AssetListFormat(mwindow)); +// add_item(format = new AssetListFormat(mwindow)); add_item(info = new AssetPopupInfo(mwindow, this)); add_item(new AssetPopupSort(mwindow, this)); add_item(index = new AssetPopupBuildIndex(mwindow, this)); @@ -119,7 +119,7 @@ void AssetPopup::match_all() int AssetPopup::update() { - format->update(); +// format->update(); gui->collect_assets(); return 0; }