diff options
Diffstat (limited to 'src/image.c')
| -rw-r--r-- | src/image.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/image.c b/src/image.c index b85418c690d..774b7e14ea9 100644 --- a/src/image.c +++ b/src/image.c | |||
| @@ -135,14 +135,6 @@ typedef struct ns_bitmap_record Bitmap_Record; | |||
| 135 | # define COLOR_TABLE_SUPPORT 1 | 135 | # define COLOR_TABLE_SUPPORT 1 |
| 136 | #endif | 136 | #endif |
| 137 | 137 | ||
| 138 | #ifdef HAVE_RSVG | ||
| 139 | #if defined HAVE_NS | ||
| 140 | # define FRAME_SCALE_FACTOR(f) ns_frame_scale_factor (f) | ||
| 141 | #else | ||
| 142 | # define FRAME_SCALE_FACTOR(f) 1; | ||
| 143 | #endif | ||
| 144 | #endif | ||
| 145 | |||
| 146 | static void image_disable_image (struct frame *, struct image *); | 138 | static void image_disable_image (struct frame *, struct image *); |
| 147 | static void image_edge_detection (struct frame *, struct image *, Lisp_Object, | 139 | static void image_edge_detection (struct frame *, struct image *, Lisp_Object, |
| 148 | Lisp_Object); | 140 | Lisp_Object); |