Skip to content

Commit

Permalink
Fixed|LineEditWidget: Removed redundant base class
Browse files Browse the repository at this point in the history
All GuiWidgets observe Atlas repositioning.
  • Loading branch information
skyjake committed Sep 14, 2013
1 parent 587dca7 commit bb2a720
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doomsday/client/src/ui/widgets/lineeditwidget.cpp
Expand Up @@ -35,8 +35,7 @@ static TimeDelta const ANIM_SPAN = .5f;
static duint const ID_BUF_TEXT = 1;
static duint const ID_BUF_CURSOR = 2;

DENG_GUI_PIMPL(LineEditWidget),
DENG2_OBSERVES(Atlas, Reposition)
DENG_GUI_PIMPL(LineEditWidget)
{
typedef GLBufferT<Vertex2TexRgba> VertexBuf;

Expand Down

0 comments on commit bb2a720

Please sign in to comment.