diff --git a/radiant/mainframe.cpp b/radiant/mainframe.cpp index 6c2bd2b9..d347d7b7 100644 --- a/radiant/mainframe.cpp +++ b/radiant/mainframe.cpp @@ -7476,7 +7476,7 @@ void PerformFiltering () // mattn - this should be removed - otherwise the filters from the // plugins are wiped away with each update -#if 1 +#if 0 // spog - deletes old filters list and creates new one when // g_qeglobals.d_savedinfo.exclude is updated g_qeglobals.d_savedinfo.filters = FilterListDelete(g_qeglobals.d_savedinfo.filters);