diff options
author | 2015-01-05 19:50:36 +0100 | |
---|---|---|
committer | 2015-01-05 19:50:36 +0100 | |
commit | 58abceed032d87d86df128836881b61d7cdedd36 (patch) | |
tree | 6b1779201c9144764e44d56c1f2ccec32ea019ea /src/osd/windows/winmain.c | |
parent | 5c14bcd0d1536abf586e7db3dfca170934d0f217 (diff) |
Moved sync related osd stuff to osd/modules/sync. (nw)
Diffstat (limited to 'src/osd/windows/winmain.c')
-rw-r--r-- | src/osd/windows/winmain.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/osd/windows/winmain.c b/src/osd/windows/winmain.c index ced07aa9be7..e36ab212cb1 100644 --- a/src/osd/windows/winmain.c +++ b/src/osd/windows/winmain.c @@ -219,8 +219,6 @@ private: // this line prevents globbing on the command line int _CRT_glob = 0; - - //************************************************************************** // LOCAL VARIABLES //************************************************************************** |