diff options
| -rw-r--r-- | src/xfns.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xfns.c b/src/xfns.c index 758a0fc8345..92ec2aa3352 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -767,7 +767,6 @@ x_create_bitmap_mask(f, id) | |||
| 767 | unsigned long x, y, xp, xm, yp, ym; | 767 | unsigned long x, y, xp, xm, yp, ym; |
| 768 | GC gc; | 768 | GC gc; |
| 769 | 769 | ||
| 770 | int depth = DefaultDepthOfScreen (FRAME_X_SCREEN (f)); | ||
| 771 | struct x_display_info *dpyinfo = FRAME_X_DISPLAY_INFO (f); | 770 | struct x_display_info *dpyinfo = FRAME_X_DISPLAY_INFO (f); |
| 772 | 771 | ||
| 773 | if (!(id > 0)) | 772 | if (!(id > 0)) |
| @@ -1841,7 +1840,6 @@ x_encode_text (string, coding_system, selectionp, text_bytes, stringp) | |||
| 1841 | { | 1840 | { |
| 1842 | int result = string_xstring_p (string); | 1841 | int result = string_xstring_p (string); |
| 1843 | struct coding_system coding; | 1842 | struct coding_system coding; |
| 1844 | extern Lisp_Object Qcompound_text_with_extensions; | ||
| 1845 | 1843 | ||
| 1846 | if (result == 0) | 1844 | if (result == 0) |
| 1847 | { | 1845 | { |