From 11c7765cd00131c7224bc2019ff2bf1e851db926 Mon Sep 17 00:00:00 2001 From: Samual Date: Fri, 16 Dec 2011 10:54:08 -0500 Subject: [PATCH] Remove comment from the old code -- cl_cmd.qc is done now? --- qcsrc/client/command/cl_cmd.qc | 37 ---------------------------------- 1 file changed, 37 deletions(-) diff --git a/qcsrc/client/command/cl_cmd.qc b/qcsrc/client/command/cl_cmd.qc index e403623e8..519372efa 100644 --- a/qcsrc/client/command/cl_cmd.qc +++ b/qcsrc/client/command/cl_cmd.qc @@ -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; -- 2.39.2