* deactivated filter removal and readd with every g_qeglobals.d_savedinfo.exclude update (see comment)

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/branches/ZeroRadiant@217 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
mattn 2008-03-16 19:01:48 +00:00
parent a4e4f11c0e
commit fb4bd2916f

View file

@ -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);