diff options
Diffstat (limited to 'src/gui/textcommandeditor.h')
-rw-r--r-- | src/gui/textcommandeditor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/textcommandeditor.h b/src/gui/textcommandeditor.h index c9308fe06..a145bf62c 100644 --- a/src/gui/textcommandeditor.h +++ b/src/gui/textcommandeditor.h @@ -70,7 +70,6 @@ class TextCommandEditor final : public Window, public gcn::ActionListener bool mIsMagicCommand; TextCommand *mCommand; - bool mAdvanced; RadioButton *mIsMagic; RadioButton *mIsOther; |