OSDN Git Service

cy8mrln-palmpre: remove unused struct
authorThomas Zimmermann <zimmermann@vdm-design.de>
Wed, 5 May 2010 17:18:48 +0000 (19:18 +0200)
committerChris Larson <chris_larson@mentor.com>
Wed, 27 Oct 2010 16:48:54 +0000 (09:48 -0700)
Signed-off-by: Thomas Zimmermann <zimmermann@vdm-design.de>
plugins/cy8mrln-palmpre.c

index adc9c60..3769efd 100644 (file)
@@ -46,12 +46,6 @@ struct cy8mrln_palmpre_input
        uint8_t null;              //\0
 }__attribute__((packed));
 
-struct cood
-{
-       int x;
-       int y;
-};
-
 struct tslib_cy8mrln_palmpre 
 {
        struct tslib_module_info module;