Removed old random pack code. It was already disabled by the USE_NEW_PACK_SYSTEM flag.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1482 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2010-08-04 15:48:42 +00:00
parent 098e470ff9
commit 4532fade77
7 changed files with 5 additions and 353 deletions
+2 -4
View File
@@ -76,10 +76,8 @@ class RandomPackPanel : public SetWindowPanel {
PackTotalsPanel* totals;
vector<PackAmountPicker> pickers;
#if USE_NEW_PACK_SYSTEM
PackGenerator generator;
int last_seed;
#endif
PackGenerator generator;
int last_seed;
/// Actual intialization of the controls
void initControls();