Skip to content

Commit

Permalink
Fixed|UI|Client: Warning about unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Sep 25, 2013
1 parent 7856b75 commit f4cf503
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -53,7 +53,6 @@ DENG2_OBSERVES(App, GameChange)
switch(widget.handleMouseClick(event, MouseEvent::Right))
{
case MouseClickFinished: {
MouseEvent const &mouse = event.as<MouseEvent>();
PopupMenuWidget *pop = new PopupMenuWidget;
pop->setDeleteAfterDismissed(true);
d->self.add(pop);
Expand Down

0 comments on commit f4cf503

Please sign in to comment.