diff src/macfns.c @ 54349:e1815def2203

* image.c [MAC_OSX]: Include sys/stat.h * macfns.c (syms_of_macfns): Remove definitions of things now defined in image.c
author Steven Tamm <steventamm@mac.com>
date Thu, 11 Mar 2004 05:56:41 +0000
parents a1da121426a9
children 935dc2deee34
line wrap: on
line diff
--- a/src/macfns.c	Thu Mar 11 05:45:22 2004 +0000
+++ b/src/macfns.c	Thu Mar 11 05:56:41 2004 +0000
@@ -4391,22 +4391,6 @@
   set_frame_fontset_func = x_set_font;
   check_window_system_func = check_mac;
 
-  Qjpeg = intern ("jpeg");
-  staticpro (&Qjpeg);
-
-  Qtiff = intern ("tiff");
-  staticpro (&Qtiff);
-
-  Qgif = intern ("gif");
-  staticpro (&Qgif);
-
-  Qpng = intern ("png");
-  staticpro (&Qpng);
-
-  defsubr (&Sclear_image_cache);
-  defsubr (&Simage_size);
-  defsubr (&Simage_mask_p);
-
   hourglass_atimer = NULL;
   hourglass_shown_p = 0;