Remove unused function prototype.

This commit is contained in:
Jari Vetoniemi 2014-03-28 22:03:47 +02:00
parent 5af4bdf1e6
commit 13c470fb39

View File

@ -31,7 +31,4 @@ struct _bmMenu {
unsigned int itemsCount;
} _bmMenu;
void bmRenderNullInit(struct _bmRenderApi *api);
/* vim: set ts=8 sw=4 tw=0 :*/