Commit 1150e0d3 authored by nanahira's avatar nanahira Committed by GitHub

remove unused vars in server deck_manager.h (#37)

parent 20e5c518
......@@ -69,10 +69,14 @@ struct DeckArray {
class DeckManager {
public:
#ifndef YGOPRO_SERVER_MODE
Deck current_deck;
#endif
std::vector<LFList> _lfList;
#ifndef YGOPRO_SERVER_MODE
static constexpr int MAX_YDK_SIZE = 0x10000;
#endif
void LoadLFListSingle(const char* path);
void LoadLFList();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment