]> git.jsancho.org Git - lugaru.git/commitdiff
Remove unused definitions from Constants.h
authorAlexander Monakov <amonakov@gmail.com>
Mon, 3 Jan 2011 20:13:35 +0000 (23:13 +0300)
committerAlexander Monakov <amonakov@gmail.com>
Mon, 3 Jan 2011 20:13:35 +0000 (23:13 +0300)
Source/Constants.h

index 8e9e4cdf61ddec1cfc70cc5af288969e96134fcd..0d0987a87091b68e468af40f96af6700bee545ac 100644 (file)
@@ -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