]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
remove useless comment
authorSamual Lenks <samual@xonotic.org>
Thu, 10 Oct 2013 22:59:48 +0000 (18:59 -0400)
committerSamual Lenks <samual@xonotic.org>
Thu, 10 Oct 2013 22:59:48 +0000 (18:59 -0400)
qcsrc/menu/xonotic/serverlist.c

index 3895d8732b2d7607b8eecb1d6c45d1e1661ad96b..51e70f04556ea3b38ddd8f5c5a906dfdf8064339 100644 (file)
@@ -842,13 +842,6 @@ void ServerList_Filter_Change(entity box, entity me)
 void ServerList_Categories_Click(entity box, entity me)
 {
        box.setChecked(box, autocvar_menu_slist_categories = !autocvar_menu_slist_categories);
-       ///refreshhostcache(TRUE);
-
-       //cvar_set("net_slist_pause", "0");
-       //Destroy_Category_Entities();
-       //CALL_ACCUMULATED_FUNCTION(RegisterSLCategories);
-       //me.refreshServerList(me, REFRESHSERVERLIST_REFILTER);
-
        me.refreshServerList(me, REFRESHSERVERLIST_RESORT);
 
        me.ipAddressBox.setText(me.ipAddressBox, "");