From: Samual Date: Fri, 16 Dec 2011 15:54:08 +0000 (-0500) Subject: Remove comment from the old code -- cl_cmd.qc is done now? X-Git-Tag: xonotic-v0.6.0~188^2~28^2~130 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=11c7765cd00131c7224bc2019ff2bf1e851db926;p=xonotic%2Fxonotic-data.pk3dir.git Remove comment from the old code -- cl_cmd.qc is done now? --- 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;