diff options
Diffstat (limited to 'tools/assistant/helpdialogimpl.cpp')
| -rw-r--r-- | tools/assistant/helpdialogimpl.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/assistant/helpdialogimpl.cpp b/tools/assistant/helpdialogimpl.cpp index 91b0fe9b8..4824c5d92 100644 --- a/tools/assistant/helpdialogimpl.cpp +++ b/tools/assistant/helpdialogimpl.cpp @@ -100,7 +100,6 @@ struct IndexKeyword { bool operator>( const IndexKeyword &ik ) const { return keyword.lower() > ik.keyword.lower(); } - TQ_DUMMY_COMPARISON_OPERATOR( IndexKeyword ) TQString keyword; TQString link; }; |
