diff options
Diffstat (limited to 'examples/chart/element.h')
| -rw-r--r-- | examples/chart/element.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/examples/chart/element.h b/examples/chart/element.h index 4241a7fee..88a278aa0 100644 --- a/examples/chart/element.h +++ b/examples/chart/element.h @@ -57,14 +57,6 @@ public: void setProX( int index, double value ); void setProY( int index, double value ); -#ifdef TQ_FULL_TEMPLATE_INSTANTIATION - // xlC 3.x workaround - TQ_DUMMY_COMPARISON_OPERATOR(Element) - bool operator!=( const Element& e) const { - return ( !(e == *this) ); - } -#endif - private: void init( double value, TQColor valueColor, int valuePattern, const TQString& label, TQColor labelColor ); |
