diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-09-04 23:47:11 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-09-04 23:47:11 +0300 |
commit | f24ddad3fa0f843eb29a281426151cf1a5f31f4b (patch) | |
tree | 6f3faaf38f069f1e88435b7c976ff4070b7a1dcb /src/gui/shopwindow.cpp | |
parent | 3a407bb6b73a186eafd99bcec570f88097c4b2e1 (diff) | |
download | plus-f24ddad3fa0f843eb29a281426151cf1a5f31f4b.tar.gz plus-f24ddad3fa0f843eb29a281426151cf1a5f31f4b.tar.bz2 plus-f24ddad3fa0f843eb29a281426151cf1a5f31f4b.tar.xz plus-f24ddad3fa0f843eb29a281426151cf1a5f31f4b.zip |
add const to more classes,
fix other small style issues.
Diffstat (limited to 'src/gui/shopwindow.cpp')
-rw-r--r-- | src/gui/shopwindow.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/shopwindow.cpp b/src/gui/shopwindow.cpp index a75b8d810..9ebe7a2a5 100644 --- a/src/gui/shopwindow.cpp +++ b/src/gui/shopwindow.cpp @@ -400,7 +400,6 @@ void ShopWindow::saveList() std::ofstream shopFile; std::string shopListName = Client::getServerConfigDirectory() + "/shoplist.txt"; - std::list<int> procesList; std::map<int, ShopItem*> mapItems; shopFile.open(shopListName.c_str(), std::ios::binary); |