From: Dave Love Date: Mon, 29 Sep 2003 18:16:30 +0000 (+0000) Subject: (DefaultDepthOfScreen, x_encode_text): Remove unused vars. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1793 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=faf8f5a4fecab209de514890a8d40bfc182fc2cb;p=emacs.git (DefaultDepthOfScreen, x_encode_text): Remove unused vars. --- 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) unsigned long x, y, xp, xm, yp, ym; GC gc; - int depth = DefaultDepthOfScreen (FRAME_X_SCREEN (f)); struct x_display_info *dpyinfo = FRAME_X_DISPLAY_INFO (f); if (!(id > 0)) @@ -1841,7 +1840,6 @@ x_encode_text (string, coding_system, selectionp, text_bytes, stringp) { int result = string_xstring_p (string); struct coding_system coding; - extern Lisp_Object Qcompound_text_with_extensions; if (result == 0) {