From: Alexander Monakov Date: Mon, 3 Jan 2011 20:13:35 +0000 (+0300) Subject: Remove unused definitions from Constants.h X-Git-Url: https://git.jsancho.org/?a=commitdiff_plain;h=018ec84e525b49021b26dbbc0ab87cc8e45b3a77;hp=a9d508464233ffba2d745ac7296911302c2c8297;p=lugaru.git Remove unused definitions from Constants.h --- 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