Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 46de920c authored by Siarhei Vishniakou's avatar Siarhei Vishniakou
Browse files

Remove unused defines from Keyboard.h

These defines are no longer used.

Bug: none
Test: build only
Change-Id: Iebf77341be0c58e24e26260899b02f1cf5fe8f08
parent c1072d30
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -25,15 +25,6 @@

namespace android {

enum {
    /* Device id of the built in keyboard. */
    DEVICE_ID_BUILT_IN_KEYBOARD = 0,

    /* Device id of a generic virtual keyboard with a full layout that can be used
     * to synthesize key events. */
    DEVICE_ID_VIRTUAL_KEYBOARD = -1,
};

class KeyLayoutMap;
class KeyCharacterMap;