From 6c061eb2ecc5e6e442855d55c42b8c20ccb212ce Mon Sep 17 00:00:00 2001 From: Dennis Felsing Date: Wed, 31 Oct 2018 08:26:53 +0100 Subject: [PATCH] Remove unused cl_flow variable As noticed by xse in https://github.com/ddnet/ddnet-web/pull/64 --- src/game/variables.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/game/variables.h b/src/game/variables.h index 3ee2a013d..f4f5923bf 100644 --- a/src/game/variables.h +++ b/src/game/variables.h @@ -62,8 +62,6 @@ MACRO_CONFIG_INT(ClDyncamFollowFactor, cl_dyncam_follow_factor, 60, 0, 200, CFGF MACRO_CONFIG_INT(EdZoomTarget, ed_zoom_target, 0, 0, 1, CFGFLAG_CLIENT|CFGFLAG_SAVE, "Zoom to the current mouse target") MACRO_CONFIG_INT(EdShowkeys, ed_showkeys, 0, 0, 1, CFGFLAG_CLIENT|CFGFLAG_SAVE, "") -//MACRO_CONFIG_INT(ClFlow, cl_flow, 0, 0, 1, CFGFLAG_CLIENT|CFGFLAG_SAVE, "") - MACRO_CONFIG_INT(ClShowWelcome, cl_show_welcome, 1, 0, 1, CFGFLAG_CLIENT|CFGFLAG_SAVE, "") MACRO_CONFIG_INT(ClMotdTime, cl_motd_time, 10, 0, 100, CFGFLAG_CLIENT|CFGFLAG_SAVE, "How long to show the server message of the day")