summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ui/theme.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/ui/theme.h b/ui/theme.h
index 71e51804..c6b8f607 100644
--- a/ui/theme.h
+++ b/ui/theme.h
@@ -22,14 +22,6 @@ public:
};
-class BINARYNINJAUIAPI CustomStyleFlatToolButtonWithBackground : public QToolButton
-{
-Q_OBJECT
-public:
- CustomStyleFlatToolButtonWithBackground(QWidget* parent = nullptr) : QToolButton(parent) {}
-};
-
-
class BINARYNINJAUIAPI CustomStyleFlatToolButton : public QToolButton
{
Q_OBJECT