diff --git a/driver.h b/driver.h index b6f07a5708..f678d9a660 100644 --- a/driver.h +++ b/driver.h @@ -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;