Skip to content

Commit

Permalink
remove commented code no longer used
Browse files Browse the repository at this point in the history
  • Loading branch information
sjanzou committed Oct 8, 2023
1 parent 26a3a0a commit d660d62
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/metro.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1989,22 +1989,7 @@ wxMetroDataViewTreeStore::GetValue(wxVariant& variant,

wxMetroDataViewTreeStoreNode* node = FindNode(item);
if (!node) return;
/*
wxBitmapBundle bb;
if (node->IsContainer())
{
wxMetroDataViewTreeStoreContainerNode* container = (wxMetroDataViewTreeStoreContainerNode*)node;
if (container->IsExpanded())
bb = container->GetExpandedBitmapBundle();
}

if (!bb.IsOk())
bb = node->GetBitmapBundle();
wxDataViewIconText data(node->GetText(), bb);
variant << data;
*/
variant = node->GetText();
}

Expand Down

0 comments on commit d660d62

Please sign in to comment.