Remove unused struct

This commit is contained in:
twinaphex 2015-01-11 15:47:39 +01:00
parent a53d50bd5a
commit 9f8c96daa1

View File

@ -157,12 +157,6 @@ struct retro_keybind
char joyaxis_label[256];
};
struct platform_bind
{
uint64_t joykey;
char desc[64];
};
typedef struct video_info
{
unsigned width;