Remove struct.

This commit is contained in:
Merlijn Wajer 2013-04-19 00:16:28 +02:00
parent 52736ea198
commit 1bddfc11ad
1 changed files with 0 additions and 9 deletions

View File

@ -2,15 +2,6 @@ import ctypes
import struct
"""
struct input_event {
struct timeval time;
__u16 type;
__u16 code;
__s32 value;
};
"""
from gen import input_constants_dict as icd
for k, v in icd.iteritems():