Skip to content

Commit 406ef45

Browse files
committed
Removing unnused vars
1 parent 62b64dc commit 406ef45

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/joypad-ui.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1658,9 +1658,6 @@ void JoypadToolsDialog::RefreshBindings()
16581658
chk_layout->addWidget(chk);
16591659
table_->setCellWidget(row, 0, chk_widget);
16601660

1661-
std::string device_id = binding.device_id;
1662-
int button = binding.button;
1663-
int axis_index = binding.axis_index;
16641661
int64_t uid = binding.uid;
16651662

16661663
connect(chk, &QCheckBox::toggled, this, [this, uid](bool checked) {

0 commit comments

Comments
 (0)