]> git.eshelyaron.com Git - emacs.git/commitdiff
(DefaultDepthOfScreen, x_encode_text): Remove unused vars.
authorDave Love <fx@gnu.org>
Mon, 29 Sep 2003 18:16:30 +0000 (18:16 +0000)
committerDave Love <fx@gnu.org>
Mon, 29 Sep 2003 18:16:30 +0000 (18:16 +0000)
src/xfns.c

index 758a0fc8345e964a407f4008538324cbcbe3e6c0..92ec2aa3352cf1cd8a6f06478c3b76e1eddf9126 100644 (file)
@@ -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)
     {