]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/heretic2/h2data/fmodels.c
quake2,heretic2: attempt to fix undeclared strupr, <3 Kai
[xonotic/netradiant.git] / tools / heretic2 / h2data / fmodels.c
index ac04d38b506a5f13d80458c16579079f24286879..6e8a263f008ef32f542594f7fcd0bdd532c9bc5b 100644 (file)
@@ -148,20 +148,6 @@ void GetOneGroup( trigroup_t *tris, int grp, triangle_t* triangles );
 void ScaleTris( vec3_t min, vec3_t max, int Width, int Height, float* u, float* v, int verts );
 void NewDrawLine( int x1, int y1, int x2, int y2, unsigned char* picture, int width, int height );
 
-#if !GDEF_OS_WINDOWS
-char *strupr (char *start)
-{
-       char *in;
-       in = start;
-       while (*in)
-       {
-               *in = toupper(*in);
-               in++;
-       }
-       return start;
-}
-#endif
-
 //==============================================================
 
 /*