Undefine both macros

There really is not need to do this, but at least do it symmetrically.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2016-07-22 09:00:35 +09:00
parent a0aaadd50b
commit aa404b3469

View file

@ -105,6 +105,7 @@ void DiveEventItem::setupPixmap()
setPixmap(EVENT_PIXMAP(":warning")); setPixmap(EVENT_PIXMAP(":warning"));
} }
#undef EVENT_PIXMAP #undef EVENT_PIXMAP
#undef EVENT_PIXMAP_BIGGER
} }
void DiveEventItem::setupToolTipString() void DiveEventItem::setupToolTipString()