Fix warning

This commit is contained in:
Chris Young 2014-11-09 00:39:17 +00:00
parent e8126d2ee9
commit 659d3913ca
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ struct AmigaGuideIFace *IAmigaGuide = NULL;
/* ********************************** function prototypes ************************************ */
static uint32 dispatchAGClass(Class *, Object *, Msg);
BOOL freeAGClass(Class *);
// class methods
uint32 om_new(Class *, Object *, struct opSet *);