From 77839c4ec320d0c37bdcbbe49406f12a01a358ee Mon Sep 17 00:00:00 2001 From: Samual Lenks Date: Thu, 10 Oct 2013 18:59:48 -0400 Subject: [PATCH] remove useless comment --- qcsrc/menu/xonotic/serverlist.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/qcsrc/menu/xonotic/serverlist.c b/qcsrc/menu/xonotic/serverlist.c index 3895d8732..51e70f045 100644 --- a/qcsrc/menu/xonotic/serverlist.c +++ b/qcsrc/menu/xonotic/serverlist.c @@ -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, ""); -- 2.39.2