diff options
Diffstat (limited to 'src/maingui.cpp')
-rw-r--r-- | src/maingui.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/maingui.cpp b/src/maingui.cpp index 3725ee59a..18e743557 100644 --- a/src/maingui.cpp +++ b/src/maingui.cpp @@ -137,9 +137,6 @@ int mainGui(int argc, char *argv[]) #ifdef DUMP_LEAKED_RESOURCES VirtFs::reportRWops(); #endif // DUMP_LEAKED_RESOURCES -#ifdef DEBUG_VIRTFS - VirtFs::reportLeaks(); -#endif // DEBUG_VIRTFS return ret; } |