remove unused function

This commit is contained in:
Dominic Bolin 2006-06-09 22:29:16 +00:00
parent 01aaabf4aa
commit 559b75e9c8

View file

@ -855,20 +855,6 @@ bool pre_update_1_2(Level& l,bool verbose)
}
char * str_upr (char *a)
{
char *ret = a;
while (*a != '\0')
{
if (islower (*a))
*a = toupper (*a);
++a;
}
return ret;
}
void update_tree_1_2(Level& l,bool verbose)
{
if(l.data.empty()) { // key