X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Frtk_impl.h;h=9afa9130f67359ed7884de2f8d76bfbac2f464ad;hb=b0088adf036a53139f67ebf96f1bbb55abf199f4;hp=d9ee120318f24c7a74649223bd4b3f5390bd1278;hpb=c4a043b45ff38d532579cfdf0b6a7e3f50527559;p=retroray diff --git a/src/rtk_impl.h b/src/rtk_impl.h index d9ee120..9afa913 100644 --- a/src/rtk_impl.h +++ b/src/rtk_impl.h @@ -41,14 +41,6 @@ typedef union rtk_widget { rtk_button bn; } rtk_widget; -typedef struct rtk_icon { - char *name; - int width, height, scanlen; - uint32_t *pixels; - - struct rtk_icon *next; -} rtk_icon; - typedef struct rtk_iconsheet { int width, height; uint32_t *pixels;