From fd2d4622966d36299129b3f1654484b49ee0c996 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 28 Aug 2016 17:52:56 -0400 Subject: XEEN: Moved method comments from CPP to header files --- engines/xeen/dialogs.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'engines/xeen/dialogs.cpp') diff --git a/engines/xeen/dialogs.cpp b/engines/xeen/dialogs.cpp index 77cdd92169..4ecd1c775c 100644 --- a/engines/xeen/dialogs.cpp +++ b/engines/xeen/dialogs.cpp @@ -29,9 +29,6 @@ namespace Xeen { -/** - * Saves the current list of buttons - */ void ButtonContainer::saveButtons() { _savedButtons.push(_buttons); clearButtons(); @@ -100,10 +97,6 @@ bool ButtonContainer::checkEvents(XeenEngine *vm) { return false; } - -/** -* Draws the scroll in the background -*/ void ButtonContainer::doScroll(XeenEngine *vm, bool drawFlag, bool doFade) { Screen &screen = *vm->_screen; EventsManager &events = *vm->_events; @@ -205,9 +198,6 @@ void ButtonContainer::doScroll(XeenEngine *vm, bool drawFlag, bool doFade) { delete hand[i]; } -/** - * Draws the buttons onto the passed surface - */ void ButtonContainer::drawButtons(XSurface *surface) { for (uint btnIndex = 0; btnIndex < _buttons.size(); ++btnIndex) { UIButton &btn = _buttons[btnIndex]; -- cgit v1.2.3