diff options
Diffstat (limited to 'src/ring.cpp')
-rw-r--r-- | src/ring.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ring.cpp b/src/ring.cpp index c082381..3168c88 100644 --- a/src/ring.cpp +++ b/src/ring.cpp @@ -54,9 +54,6 @@ namespace States { StateSaveFile savefile; } -/* dtor must be executed before Interface dtor */ -Ring ring INIT_PRIO(PRIO_INTERFACE+1); - #ifdef G_OS_WIN32 typedef DWORD FileAttributes; |