From faf8f5a4fecab209de514890a8d40bfc182fc2cb Mon Sep 17 00:00:00 2001 From: Dave Love Date: Mon, 29 Sep 2003 18:16:30 +0000 Subject: [PATCH] (DefaultDepthOfScreen, x_encode_text): Remove unused vars. --- src/xfns.c | 2 -- 1 file changed, 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) 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) { -- 2.39.2