diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2020-10-24 14:20:31 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-10-24 09:50:39 -0700 |
commit | 41975435a2a93733a0e46a7e594ffba193be6e87 (patch) | |
tree | b07e6800508695bd83d1a649087bbcb1a5a352a7 /desktop-widgets/tagwidget.h | |
parent | d543196059ed8f035827ec082618b59a7885a339 (diff) | |
download | subsurface-41975435a2a93733a0e46a7e594ffba193be6e87.tar.gz |
cleanup: remove TagWidget::fixPopupPosition()
No user of that member function!
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'desktop-widgets/tagwidget.h')
-rw-r--r-- | desktop-widgets/tagwidget.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop-widgets/tagwidget.h b/desktop-widgets/tagwidget.h index da5091658..83e8b86b5 100644 --- a/desktop-widgets/tagwidget.h +++ b/desktop-widgets/tagwidget.h @@ -18,7 +18,6 @@ public: void clear(); void setCursorPosition(int position); void wheelEvent(QWheelEvent *event); - void fixPopupPosition(int delta); public slots: void reparse(); |