Removed newmodule.c from the project, and removed references to it from

the Windowish builds.
This commit is contained in:
Tim Peters 2002-06-16 01:34:49 +00:00
parent 94c9d909d5
commit 0add0e86c7
4 changed files with 0 additions and 233 deletions

View file

@ -23,7 +23,6 @@ extern void initerrno(void);
extern void initimageop(void);
extern void initmath(void);
extern void initmd5(void);
extern void initnew(void);
extern void initnt(void);
extern void initos2(void);
extern void initoperator(void);