Skip to content

Commit

Permalink
Remove an unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
srifqi committed Nov 24, 2023
1 parent 76245fa commit 030aa69
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/gui/guiFormSpecMenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4124,13 +4124,6 @@ bool GUIFormSpecMenu::preprocessEvent(const SEvent& event)
return handled;
}

#ifdef HAVE_TOUCHSCREENGUI
if (m_second_touch) {
OnEvent(event);
return true;
}
#endif

return GUIModalMenu::preprocessEvent(event);
}

Expand Down

0 comments on commit 030aa69

Please sign in to comment.