summaryrefslogtreecommitdiff
path: root/src/gui/shop.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2004-12-28 22:15:14 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2004-12-28 22:15:14 +0000
commit208dcc64cdb4905e637228e23213b0d3b63c82a9 (patch)
tree450b46e11702d7980375ae5ef817456ec033ceb9 /src/gui/shop.h
parentd9b0d3ec1d3af85bfe35a7dd5d4d2ee2a9fb8331 (diff)
downloadmana-client-208dcc64cdb4905e637228e23213b0d3b63c82a9.tar.gz
mana-client-208dcc64cdb4905e637228e23213b0d3b63c82a9.tar.bz2
mana-client-208dcc64cdb4905e637228e23213b0d3b63c82a9.tar.xz
mana-client-208dcc64cdb4905e637228e23213b0d3b63c82a9.zip
A few cleanups and small fix to sell dialog.
Diffstat (limited to 'src/gui/shop.h')
-rw-r--r--src/gui/shop.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/shop.h b/src/gui/shop.h
index 2a1af602..c223ef7c 100644
--- a/src/gui/shop.h
+++ b/src/gui/shop.h
@@ -45,7 +45,6 @@ extern char itemCurrenyQ[10];
extern char *item_db[];
char *shop_list(int index, int *list_size);
-void add_sell_item(short index, int price);
void changeQ(void *dp3, int d2);
void close_shop();
short get_item_id(int index);