Remove unused lines.

This commit is contained in:
KrossX 2016-01-22 15:08:29 -03:00
parent c37c5c42e4
commit d4d782c71c
1 changed files with 0 additions and 3 deletions

View File

@ -288,9 +288,6 @@ void UpdateController(u32 port)
void UpdateVibration(u32 port, u32 value)
{
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;