summaryrefslogtreecommitdiff
path: root/Userland/Applications
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Applications')
-rw-r--r--Userland/Applications/Calculator/KeypadValue.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Applications/Calculator/KeypadValue.h b/Userland/Applications/Calculator/KeypadValue.h
index e72972fe34..3e2ed586fc 100644
--- a/Userland/Applications/Calculator/KeypadValue.h
+++ b/Userland/Applications/Calculator/KeypadValue.h
@@ -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;