]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove duplicated syms_of_xwidget call
authorYuuki Harano <masm+github@masm11.me>
Sun, 16 Aug 2020 12:37:59 +0000 (21:37 +0900)
committerJeff Walsh <jeff.walsh@drtusers-MacBook-Pro.local>
Tue, 24 Nov 2020 01:24:40 +0000 (12:24 +1100)
* src/emacs.c (main): Remove duplicated syms_of_xwidget() call.

src/emacs.c

index f83318486322bc0ac1060167825ef2030a386fff..253f5f7ba1622dcb0f849e3776cab8c4d11f0ed5 100644 (file)
@@ -1917,6 +1917,7 @@ Using an Emacs configured with --with-x-toolkit=lucid does not have this problem
       syms_of_nsselect ();
       syms_of_fontset ();
 #endif /* HAVE_NS */
+
 #ifdef HAVE_PGTK
       syms_of_pgtkterm ();
       syms_of_pgtkfns ();
@@ -1925,7 +1926,6 @@ Using an Emacs configured with --with-x-toolkit=lucid does not have this problem
       syms_of_pgtkim ();
       syms_of_fontset ();
       syms_of_xsettings ();
-      syms_of_xwidget ();
 #endif
 
       syms_of_gnutls ();