Removed an unused, unneeded struct, NCdata, that was causing problems on Visual Studio because it was empty.

This commit is contained in:
Ward Fisher 2016-05-10 11:11:50 -06:00
parent cfba3433df
commit e4d79dbb6c

View File

@ -20,9 +20,6 @@
/* Global */
struct NCPROPINFO globalpropinfo;
struct NCdata {
};
int
NC4_fileinfo_init(void)
{