Skip to content

Commit 84b321e

Browse files
norihiroRytoEX
authored andcommitted
UI: Remove unused static-inline function
1 parent 5dd97b3 commit 84b321e

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

UI/window-basic-settings-a11y.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ enum ColorPreset {
1111
COLOR_PRESET_CUSTOM = 99,
1212
};
1313

14-
static inline bool WidgetChanged(QWidget *widget)
15-
{
16-
return widget->property("changed").toBool();
17-
}
18-
1914
static inline QColor color_from_int(long long val)
2015
{
2116
return QColor(val & 0xff, (val >> 8) & 0xff, (val >> 16) & 0xff,

0 commit comments

Comments
 (0)