summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcls%seawood.org <devnull@localhost>2001-09-22 01:42:42 +0000
committercls%seawood.org <devnull@localhost>2001-09-22 01:42:42 +0000
commitf46e73e95e84b1d201e0054cba73f4de26cd4d49 (patch)
tree77eeb2c66583c0e85044f2f86e6eed20eeaaef51
parentce448d81abdafe6768f38cf604176defd15455b2 (diff)
downloadnspr-hg-f46e73e95e84b1d201e0054cba73f4de26cd4d49.tar.gz
Remove commented out references to mozilla xp_*.h files.
Thanks to Brian Ryner <bryner@netscape.com> for the patch. Bug #38061 r=cls
-rw-r--r--pr/src/md/mac/macrng.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/pr/src/md/mac/macrng.c b/pr/src/md/mac/macrng.c
index 332c375e..d9e18d1e 100644
--- a/pr/src/md/mac/macrng.c
+++ b/pr/src/md/mac/macrng.c
@@ -33,13 +33,6 @@
*/
-#if 0 /* XXX what the flip is this all about? No MAC Wizards here. */
-#ifdef notdef
-#include "xp_core.h"
-#include "xp_file.h"
-#endif
-#endif /* 0 */
-
/* XXX are all these headers required for a call to TickCount()? */
#include <Events.h>
#include <OSUtils.h>