summaryrefslogtreecommitdiff
path: root/Table.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Table.cpp')
-rw-r--r--Table.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/Table.cpp b/Table.cpp
index a209b13..674f106 100644
--- a/Table.cpp
+++ b/Table.cpp
@@ -3,7 +3,6 @@
#include "cfg.hpp"
#include "util.hpp"
#include "lzr.h"
-#include "input.h"
#include <stdlib.h>
Table::Table() : _notes(), _strength(), _edited(-1), _layer(0)
@@ -25,10 +24,6 @@ void Table::update(const Cursor& cursor)
}
}
}
- if (input_pressed(K_O)) {
- _layer += 1;
- _layer %= _depth;
- }
_hovered = -1;
if (cursor.y < 0)
return;