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 52a9dbb2a..dded364ae 100644
--- a/src/commands.cpp
+++ b/src/commands.cpp
@@ -157,16 +157,6 @@ impHandler(hack)
return true;
}
-impHandler0(priceLoad)
-{
- if (shopWindow)
- {
- shopWindow->loadList();
- return true;
- }
- return false;
-}
-
impHandler0(priceSave)
{
if (shopWindow)