Skip to content

Commit

Permalink
waitable: Remove unused func
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-Ashton committed Dec 1, 2023
1 parent 7fa6ae8 commit 9a53b6e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/waitable.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ namespace gamescope
virtual void OnPollOut() {}
virtual void OnPollHangUp() {}

virtual bool ShouldCloseOnHangUp() const { return true; }

void HandleEvents( uint32_t nEvents )
{
if ( nEvents & EPOLLIN )
Expand Down

0 comments on commit 9a53b6e

Please sign in to comment.