summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp
index 94abec3a..21c5aa3a 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -766,7 +766,6 @@ void do_parse() {
for (int k = 0; k < n_items; k++) {
sellDialog->addItem(
RFIFOW(4 + 10 * k), RFIFOL(4 + 10 * k + 2));
- //add_sell_item(RFIFOW(4 + 10 * k), RFIFOL(4 + 10 * k + 2));
}
}
else {