mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:17:44 +00:00
Calculator: Remove KeypadValue::operator>
This method was declared but not implemented, and will probably never be useful.
This commit is contained in:
parent
eb8df0ae2a
commit
939bf3e864
1 changed files with 0 additions and 1 deletions
|
@ -24,7 +24,6 @@ public:
|
|||
KeypadValue operator*(KeypadValue const&);
|
||||
KeypadValue operator-(void) const;
|
||||
bool operator<(KeypadValue const&);
|
||||
bool operator>(KeypadValue const&);
|
||||
bool operator==(KeypadValue const&);
|
||||
|
||||
KeypadValue sqrt() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue