ecore/drm: Remove another leftover from dead spartacus

This commit is contained in:
Stefan Schmidt 2014-08-29 17:51:10 +02:00
parent 10ac0f6eaf
commit a941d9c2fd
1 changed files with 0 additions and 7 deletions

View File

@ -53,13 +53,6 @@ typedef enum _Ecore_Drm_Seat_Capabilities
EVDEV_SEAT_TOUCH = (1 << 2),
} Ecore_Drm_Seat_Capabilities;
/* structure for message passing */
typedef struct _Ecore_Drm_Message
{
int opcode, size;
void *data;
} Ecore_Drm_Message;
/* structure for fb objects */
typedef struct _Ecore_Drm_Fb
{