diff options
author | aqua <aqua@iserlohn-fortress.net> | 2022-09-10 21:37:12 +0300 |
---|---|---|
committer | aqua <aqua@iserlohn-fortress.net> | 2022-09-11 17:20:52 +0300 |
commit | 14ed433027623e1ae31f4f874605580c8191b27d (patch) | |
tree | 0778451ab7378fde0988a68d3b23ff3fc93b4724 /src/tabbar | |
parent | Fix some clang-tidy warnings (diff) | |
download | rekonq-14ed433027623e1ae31f4f874605580c8191b27d.tar.xz |
Update cppcheck.sh
Diffstat (limited to 'src/tabbar')
-rw-r--r-- | src/tabbar/tabbar.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/tabbar/tabbar.cpp b/src/tabbar/tabbar.cpp index fb5c0444..849dfbc1 100644 --- a/src/tabbar/tabbar.cpp +++ b/src/tabbar/tabbar.cpp @@ -10,11 +10,6 @@ #include "tabbar.h" -static inline QByteArray highlightPropertyName(int index) -{ - return QByteArray("hAnim").append(QByteArray::number(index)); -} - // ------------------------------------------------------------------------------------ TabBar::TabBar(QWidget *parent) : QTabBar(parent) |