diff options
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index d579a19..ba7a2e5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -91,7 +91,6 @@ int main() timer_lib_initialize(); administration_writer_create(); - administration_create(); // Main loop bool done = false; @@ -147,7 +146,6 @@ int main() g_SwapChainOccluded = (hr == DXGI_STATUS_OCCLUDED); } - administration_destroy(); administration_writer_destroy(); timer_lib_shutdown(); |
