Removed the need for a separate multiple choice thumbnail request. This does no longer rely on any evil unsafe casts.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@511 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2007-07-06 19:37:11 +00:00
parent d8fb338b86
commit fdb725963c
4 changed files with 20 additions and 111 deletions
-1
View File
@@ -34,7 +34,6 @@ class MultipleChoiceValueEditor : public MultipleChoiceValueViewer, public Value
DropDownListP drop_down;
vector<int> active; ///< Which choices are active? (note: vector<bool> is evil)
friend class DropDownMultipleChoiceList;
friend class MultipleChoiceThumbnailRequest;
/// Initialize the drop down list
DropDownList& initDropDown();
/// Toggle a choice or on or off