aboutsummaryrefslogtreecommitdiff
path: root/common/rational.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/rational.h')
-rw-r--r--common/rational.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/common/rational.h b/common/rational.h
index 5826839ac6..bee09d8ddb 100644
--- a/common/rational.h
+++ b/common/rational.h
@@ -76,9 +76,6 @@ public:
bool operator>=(int right) const;
bool operator<=(int right) const;
- operator int() const;
- operator double() const;
-
void invert();
Rational getInverse() const;