diff --git a/stepmania/src/MenuInput.h b/stepmania/src/MenuInput.h index ce7e518fe5..a9def50079 100644 --- a/stepmania/src/MenuInput.h +++ b/stepmania/src/MenuInput.h @@ -31,8 +31,6 @@ struct MenuInput bool operator==( const MenuInput &other ) const { return button == other.button; }; bool operator!=( const MenuInput &other ) const { return !operator==(other); }; - - inline bool IsValid() const { return button != MenuButton_INVALID; }; }; #endif