]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/command/cl_cmd.qc
Remove comment from the old code -- cl_cmd.qc is done now?
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / command / cl_cmd.qc
index e403623e8fed1317c0683b18170e1ea7ea0765d9..519372efa3c8c9bf54f30c5e71cff418dd0d054d 100644 (file)
@@ -3,43 +3,6 @@
 //  Last updated: December 16th, 2011
 // ==============================================
 
-       /*
-    else if(cmd == "vyes")
-    {
-        if(uid2name_dialog)
-        {
-            vote_active = 0; // force the panel to disappear right as we have selected the value (to prevent it from fading out in the normal vote panel pos)
-            vote_prev = 0;
-            localcmd("setreport cl_allow_uid2name 1\n");
-            vote_change = -9999;
-                       uid2name_dialog = 0;
-        }
-        else
-        {
-            localcmd("cmd vote yes\n");
-        }
-    }
-    else if(cmd == "vno")
-    {
-        if(uid2name_dialog)
-        {
-            vote_active = 0;
-            vote_prev = 0;
-            localcmd("setreport cl_allow_uid2name 0\n");
-            vote_change = -9999;
-                       uid2name_dialog = 0;
-        }
-        else
-        {
-            localcmd("cmd vote no\n");
-        }
-    }
-       */
-
-// ============================
-//  Misc. Supporting Functions
-// ============================
-
 float cvar_clientsettemp(string tmp_cvar, string value)
 {
        entity e;