DolphinWX: Disable 'maker' column hiding

This was done because showing a column was broken:
Showing a column repopulates the column with no regard for the sorted
order. This results in a seemingly random order.
(actually the order of m_ISO_FILES)
This commit is contained in:
Rukai
2016-02-28 00:39:55 +11:00
parent e4759bcbcb
commit 4cd918caf1
2 changed files with 16 additions and 72 deletions

View File

@ -105,8 +105,6 @@ private:
void CompressSelection(bool _compress);
void AutomaticColumnWidth();
void ShowColumn(int column, int width);
void HideColumn(int column);
void UnselectAll();
static bool CompressCB(const std::string& text, float percent, void* arg);