Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGNumber.h
index 7356efb..3b74b98 100644 (file)
@@ -53,9 +53,6 @@ public:
     virtual PassRefPtr<SVGNumber> clone() const;
     virtual PassRefPtr<NewSVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
 
-    bool operator==(const SVGNumber&) const;
-    bool operator!=(const SVGNumber& other) const { return !operator==(other); }
-
     float value() const { return m_value; }
     void setValue(float value) { m_value = value; }