Merge pull request #1180 from baka0815/unused_code

Removed unused code in core/linux-dist/main.cpp
This commit is contained in:
TwistedUmbrella 2018-06-14 15:52:23 -04:00 committed by GitHub
commit 75189f0a78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -200,9 +200,6 @@ void UpdateInputState(u32 port)
void UpdateVibration(u32 port, u32 value)
{
#if defined(USE_EVDEV)
const u8 freq_l = 0x16;
//const u8 freq_h = 0x31;
u8 POW_POS = (value >> 8) & 0x3;
u8 POW_NEG = (value >> 12) & 0x3;
u8 FREQ = (value >> 16) & 0xFF;