summaryrefslogtreecommitdiff
path: root/src/commands.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands.cpp')
-rw-r--r--src/commands.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/commands.cpp b/src/commands.cpp
index 50219ebde..fcc5eff26 100644
--- a/src/commands.cpp
+++ b/src/commands.cpp
@@ -106,16 +106,6 @@ impHandler(hack)
return true;
}
-impHandler(testParticle)
-{
- if (localPlayer)
- {
- localPlayer->setTestParticle(event.args);
- return true;
- }
- return false;
-}
-
impHandler0(createItems)
{
BuyDialog *const dialog = new BuyDialog();