mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
remove leftover crud (nw)
This commit is contained in:
parent
8bb6ec6d6f
commit
938371b64f
@ -1464,24 +1464,6 @@ bool is_xml_extension(char const *ext)
|
|||||||
|
|
||||||
int main(int argc, char *argv[])
|
int main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
#if 0
|
|
||||||
int removed_tabs = 0;
|
|
||||||
int added_tabs = 0;
|
|
||||||
int removed_spaces = 0;
|
|
||||||
int removed_continuations = 0;
|
|
||||||
int removed_newlines = 0;
|
|
||||||
int dst = 0;
|
|
||||||
bool in_multiline_comment = false;
|
|
||||||
bool in_singleline_comment = false;
|
|
||||||
int indent_multiline_comment = 0;
|
|
||||||
int in_c_string = FALSE;
|
|
||||||
int hichars = 0;
|
|
||||||
int bytes;
|
|
||||||
int col = 0;
|
|
||||||
int escape = 0;
|
|
||||||
const int tab_size = 4;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
bool keep_backup(false);
|
bool keep_backup(false);
|
||||||
bool dry_run(false);
|
bool dry_run(false);
|
||||||
#if defined(WIN32)
|
#if defined(WIN32)
|
||||||
|
Loading…
Reference in New Issue
Block a user