aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2003-09-29 18:16:30 +0000
committerDave Love2003-09-29 18:16:30 +0000
commitfaf8f5a4fecab209de514890a8d40bfc182fc2cb (patch)
treeb5ada1d1a14e14dff22e953241b5a9f9c3343e78
parent3062711f99266b7cf966d5cd7da7f5a657152c47 (diff)
downloademacs-faf8f5a4fecab209de514890a8d40bfc182fc2cb.tar.gz
emacs-faf8f5a4fecab209de514890a8d40bfc182fc2cb.zip
(DefaultDepthOfScreen, x_encode_text): Remove unused vars.
-rw-r--r--src/xfns.c2
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 {