about summary refs log tree commit diff
path: root/src/game/client/game_client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/client/game_client.cpp')
-rw-r--r--src/game/client/game_client.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/game/client/game_client.cpp b/src/game/client/game_client.cpp
index 82387fe2..2e69655b 100644
--- a/src/game/client/game_client.cpp
+++ b/src/game/client/game_client.cpp
@@ -1987,9 +1987,6 @@ static void do_input(int *v, int key)
 
 void render_game()
 {
-	if(inp_key_down('L'))
-		next_skin();
-	
 	float width = 400*3.0f;
 	float height = 300*3.0f;