]> git.eshelyaron.com Git - emacs.git/commitdiff
(build_desired_tool_bar_string): Remove unused variable `Qlaplace'.
authorPavel Janík <Pavel@Janik.cz>
Mon, 22 Oct 2001 13:24:08 +0000 (13:24 +0000)
committerPavel Janík <Pavel@Janik.cz>
Mon, 22 Oct 2001 13:24:08 +0000 (13:24 +0000)
src/ChangeLog
src/xdisp.c

index f2684dc7c41b1bb3e592b2ae67e9af6bad217479..91ceccec08042ab50b7e03a63c017bf7136308b5 100644 (file)
@@ -1,5 +1,8 @@
 2001-10-22  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
+       * xdisp.c (build_desired_tool_bar_string): Remove unused variable
+       `Qlaplace'.
+
        * fileio.c: Remove unused code.
 
 2001-10-22  Miles Bader  <miles@gnu.org>
index 927d106cd013ebf462997e80a870b00e423ca841..7c96e268db52e170b934463c7e2b97ac9ac2fcfd 100644 (file)
@@ -7563,7 +7563,6 @@ build_desired_tool_bar_string (f)
       int selected_p = !NILP (PROP (TOOL_BAR_ITEM_SELECTED_P));
       int hmargin, vmargin, relief, idx, end;
       extern Lisp_Object QCrelief, QCmargin, QCconversion, Qimage;
-      extern Lisp_Object Qlaplace;
 
       /* If image is a vector, choose the image according to the
         button state.  */