(build_desired_tool_bar_string): Remove unused variable `Qlaplace'.
This commit is contained in:
parent
fb2fa4a9ad
commit
7ba51063be
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
2001-10-22 Pavel Jan,Bm(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>
|
||||
|
|
|
@ -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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue