Skip to content

Commit

Permalink
[11240] Drop dead code from vmap extractor
Browse files Browse the repository at this point in the history
  • Loading branch information
DasBlub committed Mar 10, 2011
1 parent a78fc1a commit b14e497
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
20 changes: 1 addition & 19 deletions contrib/vmap_extractor_v3/vmapextract/vmapexport.cpp
Expand Up @@ -60,20 +60,6 @@ const char * szRawVMAPMagic = "VMAP003";

// Local testing functions

static void clreol()
{
printf("\r \r");
}

void strToLower(char* str)
{
while(*str)
{
*str=tolower(*str);
++str;
}
}

static const char * GetPlainName(const char * szFileName)
{
const char * szTemp;
Expand Down Expand Up @@ -208,10 +194,6 @@ int ExtractWmo()
return success;
}

void ExtractMapsFromMpq()
{
}

void ParsMapFiles()
{
char fn[512];
Expand Down Expand Up @@ -522,7 +504,7 @@ int main(int argc, char ** argv)
//nError = ERROR_SUCCESS;
}

clreol();
printf("\n");
if(!success)
{
printf("ERROR: Extract %s. Work NOT complete.\n Precise vector data=%d.\nPress any key.\n",versionString, preciseVectorData);
Expand Down
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11239"
#define REVISION_NR "11240"
#endif // __REVISION_NR_H__

0 comments on commit b14e497

Please sign in to comment.