Skip to content

Commit

Permalink
* src/emacs.c (main): Combine two conditions to one
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuuki Harano committed Nov 23, 2021
1 parent b22323c commit bc53310
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/emacs.c
Expand Up @@ -2287,10 +2287,8 @@ Using an Emacs configured with --with-x-toolkit=lucid does not have this problem
#ifdef HAVE_DBUS
init_dbusbind ();
#endif
#ifdef USE_GTK
#ifndef HAVE_PGTK
#if defined(USE_GTK) && !defined(HAVE_PGTK)
init_xterm ();
#endif
#endif

/* This can create a thread that may call getenv, so it must follow
Expand Down

0 comments on commit bc53310

Please sign in to comment.