Well, that was embarassing. (Remove size macro)

...I think I need sleep.  That last commit before this one shows it
quite clearly.
master
jp9000 2014-04-05 01:49:21 -07:00
parent ac43d9bb89
commit 22aec1c391
1 changed files with 0 additions and 5 deletions

View File

@ -25,11 +25,6 @@
#define MODULE_EXPORT EXPORT
#endif
#define OBS_SIZE_FUNC(structure, func) \
MODULE_EXPORT size_t func(void); \
uint32_t obs_module_ver(void) {return LIBOBS_API_VER;} \
size_t func(void) {return sizeof(struct structure);}
/**
* @file
*