mirror of https://github.com/PCSX2/pcsx2.git
dev9/spu2: remove useless defines.
This commit is contained in:
parent
3d12b33113
commit
476a4ec882
|
@ -7,10 +7,8 @@
|
||||||
#define IDC_STATIC -1
|
#define IDC_STATIC -1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define IDD_CONFDLG 101
|
|
||||||
#define IDD_CONFIG 101
|
#define IDD_CONFIG 101
|
||||||
#define IDC_NAME 1000
|
#define IDC_NAME 1000
|
||||||
#define IDC_COMBO1 1007
|
|
||||||
#define IDC_ETHDEV 1007
|
#define IDC_ETHDEV 1007
|
||||||
#define IDC_BAYTYPE 1008
|
#define IDC_BAYTYPE 1008
|
||||||
#define IDC_ETHENABLED 1009
|
#define IDC_ETHENABLED 1009
|
||||||
|
|
|
@ -46,7 +46,6 @@
|
||||||
#define IDC_GLOBALFOCUS_DISABLE 1060
|
#define IDC_GLOBALFOCUS_DISABLE 1060
|
||||||
#define IDC_GLOBALFOCUS_DISABLE2 1061
|
#define IDC_GLOBALFOCUS_DISABLE2 1061
|
||||||
#define IDC_USE_HARDWARE 1062
|
#define IDC_USE_HARDWARE 1062
|
||||||
#define IDC_COMBO1 1063
|
|
||||||
#define IDC_SYNCHMODE 1064
|
#define IDC_SYNCHMODE 1064
|
||||||
#define IDC_DEBUG_OTHERS 1065
|
#define IDC_DEBUG_OTHERS 1065
|
||||||
#define IDC_DEBUG_VISUAL 1066
|
#define IDC_DEBUG_VISUAL 1066
|
||||||
|
|
Loading…
Reference in New Issue