From: Geoff Voelker Date: Wed, 3 Sep 1997 01:14:17 +0000 (+0000) Subject: (have_menus_p): Move to w32fns.c. X-Git-Tag: emacs-20.1~233 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4a83117466df6a26a25e5db6a27e857464f2d3d1;p=emacs.git (have_menus_p): Move to w32fns.c. --- diff --git a/src/w32xfns.c b/src/w32xfns.c index 9d8dbf00eb9..5436ff2e81a 100644 --- a/src/w32xfns.c +++ b/src/w32xfns.c @@ -350,13 +350,6 @@ XParseGeometry (string, x, y, width, height) return (mask); } -/* We can use mouse menus when we wish. */ -int -have_menus_p (void) -{ - return 1; -} - /* x_sync is a no-op on W32. */ void x_sync (f)