summaryrefslogtreecommitdiff
path: root/src/commands.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands.cpp')
-rw-r--r--src/commands.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/commands.cpp b/src/commands.cpp
index 608be620f..eb3e44e96 100644
--- a/src/commands.cpp
+++ b/src/commands.cpp
@@ -219,12 +219,6 @@ impHandler(dumpTests)
return true;
}
-impHandler(setDrop)
-{
- GameModifiers::setQuickDropCounter(atoi(event.args.c_str()));
- return true;
-}
-
impHandler0(error)
{
const int *const ptr = nullptr;