Fixed warnings.

svn-id: r17682
This commit is contained in:
Torbjörn Andersson 2005-04-19 07:44:01 +00:00
parent e5f66f38b8
commit 90886d9506
2 changed files with 16 additions and 20 deletions

View file

@ -803,7 +803,6 @@ void Interface::converseDisplayTextLines(SURFACE *ds) {
char bullet[2] = {
(char)0xb7, 0
};
Point point;
Rect rect(8, CONVERSE_TEXT_LINES * CONVERSE_TEXT_HEIGHT);
assert(_conversePanel.buttonsCount >= 6);
@ -898,7 +897,6 @@ PanelButton *Interface::converseHitTest(const Point& mousePoint) {
}
void Interface::handleConverseUpdate(const Point& mousePoint) {
Rect rect;
bool changed;
PanelButton *last = _conversePanel.currentButton;
@ -935,8 +933,6 @@ void Interface::handleConverseUpdate(const Point& mousePoint) {
void Interface::handleConverseClick(const Point& mousePoint) {
Rect rect;
_conversePanel.currentButton = converseHitTest(mousePoint);
if (_conversePanel.currentButton == NULL) {