From 018ec84e525b49021b26dbbc0ab87cc8e45b3a77 Mon Sep 17 00:00:00 2001 From: Alexander Monakov Date: Mon, 3 Jan 2011 23:13:35 +0300 Subject: [PATCH] Remove unused definitions from Constants.h --- Source/Constants.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/Source/Constants.h b/Source/Constants.h index 8e9e4cd..0d0987a 100644 --- a/Source/Constants.h +++ b/Source/Constants.h @@ -45,8 +45,5 @@ static const char *editortypenames[] = { const int max_dialogues = 20; const int max_dialoguelength = 20; -const int max_model_vertex = 3000; // maximum number of vertexs -const int max_textured_triangle = 3000; // maximum number of texture-filled triangles in a model - const int maxplayers = 10; #endif -- 2.39.2