* xrdb.c (x_load_resources): Omit unused local.
This commit is contained in:
parent
e9829fdfd2
commit
723918432d
2 changed files with 5 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
Remove unused var.
|
||||
(gdk_x11_set_sm_client_id) [!USE_GTK]: Don't define.
|
||||
|
||||
* xrdb.c (x_load_resources) [!USE_MOTIF]: Omit unused local.
|
||||
* xrdb.c (x_load_resources): Omit unused local.
|
||||
|
||||
* xfns.c (free_frame_menubar, atof): Remove duplicate decls.
|
||||
(x_window): Rename locals to avoid shadowing.
|
||||
|
|
|
@ -479,8 +479,11 @@ x_load_resources (Display *display, const char *xrm_string,
|
|||
XrmDatabase db;
|
||||
char line[256];
|
||||
|
||||
#ifdef USE_MOTIF
|
||||
#if defined USE_MOTIF || !defined HAVE_XFT || !defined USE_LUCID
|
||||
const char *helv = "-*-helvetica-medium-r-*--*-120-*-*-*-*-iso8859-1";
|
||||
#endif
|
||||
|
||||
#ifdef USE_MOTIF
|
||||
const char *courier = "-*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-1";
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue