Code Cleanup

This commit is contained in:
Steffen Schröder
2013-12-09 13:07:03 +01:00
parent 570696ad45
commit 5339b6766f
13 changed files with 10 additions and 22 deletions

View File

@ -1428,4 +1428,4 @@ class GBXPackFetcher extends GBXBaseFetcher
} // processGBX
} // class GBXPackFetcher
?>

View File

@ -303,4 +303,4 @@ class MXInfoFetcher {
}
} // get_file
} // class MXInfoFetcher
?>

View File

@ -322,4 +322,4 @@ class MXInfo {
}
} // MXInfo
} // class MXInfo
?>

View File

@ -151,6 +151,7 @@ class MapCommands implements CommandListener {
return true;
}
// TODO: add local map by filename
return false;
}
/**

View File

@ -889,4 +889,3 @@ function big_endian_unpack($format, $data) {
}
return $ar;
}
?>

View File

@ -852,4 +852,4 @@ class IXR_ClientMulticall_Gbx extends IXR_Client_Gbx {
return $result;
}
}
?>