mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-19 19:00:09 +02:00
DolphinQt: Remove MappingButton bold/italic text indication.
This commit is contained in:
@ -15,7 +15,7 @@ class MappingButton : public ElidedButton
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
MappingButton(MappingWidget* widget, ControlReference* ref, bool indicator);
|
||||
MappingButton(MappingWidget* widget, ControlReference* ref);
|
||||
|
||||
bool IsInput() const;
|
||||
ControlReference* GetControlReference();
|
||||
@ -26,7 +26,6 @@ signals:
|
||||
|
||||
private:
|
||||
void Clear();
|
||||
void UpdateIndicator();
|
||||
void AdvancedPressed();
|
||||
|
||||
void Clicked();
|
||||
|
Reference in New Issue
Block a user