summaryrefslogtreecommitdiff
path: root/src/pke-at.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pke-at.cpp')
-rw-r--r--src/pke-at.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/pke-at.cpp b/src/pke-at.cpp
index f256a10..f4c7462 100644
--- a/src/pke-at.cpp
+++ b/src/pke-at.cpp
@@ -2,7 +2,6 @@
#include <pke/pke.hpp>
#include "pke-at.hpp"
-#include "pke/level.hpp"
#include "level-main.hpp"
struct pke_at_master {
@@ -19,7 +18,4 @@ void pke_at_init() {
}
void pke_at_teardown() {
- if (pkeSettings.rt.activeLevel != nullptr) {
- pke_level_teardown(pkeSettings.rt.activeLevel);
- }
}