removed redundant call to write_cb2 (nw)

This commit is contained in:
smf- 2014-01-01 23:24:55 +00:00
parent 06e2117802
commit c809aca64e

View File

@ -203,8 +203,6 @@ public:
}
keyShift = 0x10000;
m_via0->write_cb2( ( keyData & keyShift ) != 0 );
}
}
}