]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - view.c
Delete the cmd_clientfromserver interpreter. Use cmd_client instead
[xonotic/darkplaces.git] / view.c
diff --git a/view.c b/view.c
index 7bea5a969752fc7c8ff521bfa476ef290d7c13d5..844f63fefe8e6066c13defc6a65a621296dd7fa5 100644 (file)
--- a/view.c
+++ b/view.c
@@ -1204,9 +1204,6 @@ void V_Init (void)
        Cmd_AddCommand(&cmd_client, "bf", V_BonusFlash_f, "briefly flashes a bright color tint on view (used when items are picked up); optionally takes R G B [A [alphafade]] arguments to specify how the flash looks");
        Cmd_AddCommand(&cmd_client, "centerview", V_StartPitchDrift_f, "gradually recenter view (stop looking up/down)");
 
-       Cmd_AddCommand(&cmd_clientfromserver, "v_cshift", V_cshift_f, "sets tint color of view");
-       Cmd_AddCommand(&cmd_clientfromserver, "bf", V_BonusFlash_f, "briefly flashes a bright color tint on view (used when items are picked up); optionally takes R G B [A [alphafade]] arguments to specify how the flash looks");
-
        Cvar_RegisterVariable (&v_centermove);
        Cvar_RegisterVariable (&v_centerspeed);