remove IsValid
This commit is contained in:
@@ -31,8 +31,6 @@ struct MenuInput
|
|||||||
|
|
||||||
bool operator==( const MenuInput &other ) const { return button == other.button; };
|
bool operator==( const MenuInput &other ) const { return button == other.button; };
|
||||||
bool operator!=( const MenuInput &other ) const { return !operator==(other); };
|
bool operator!=( const MenuInput &other ) const { return !operator==(other); };
|
||||||
|
|
||||||
inline bool IsValid() const { return button != MenuButton_INVALID; };
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user