merge hv v6, rework trace methods
[goodguy/history.git] / cinelerra-5.1 / cinelerra / assetpopup.C
index 2744f21798684b61e3a15070e45c25e3466e9a46..12a51429690bf93d5d192d23c89efb5865f25dff 100644 (file)
@@ -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;
 }