mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-25 06:44:59 +00:00
DolphinQt: fix -Wunused-const-variable warning
This commit is contained in:
parent
5c46716d28
commit
8e7d11d1a1
1 changed files with 0 additions and 2 deletions
|
@ -59,8 +59,6 @@
|
||||||
#include "InputCommon/ControllerInterface/CoreDevice.h"
|
#include "InputCommon/ControllerInterface/CoreDevice.h"
|
||||||
#include "InputCommon/InputConfig.h"
|
#include "InputCommon/InputConfig.h"
|
||||||
|
|
||||||
constexpr const char* PROFILES_DIR = "Profiles/";
|
|
||||||
|
|
||||||
MappingWindow::MappingWindow(QWidget* parent, Type type, int port_num)
|
MappingWindow::MappingWindow(QWidget* parent, Type type, int port_num)
|
||||||
: QDialog(parent), m_port(port_num)
|
: QDialog(parent), m_port(port_num)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue