changeset 19715:639881f2750d

(have_menus_p): Move to w32fns.c.
author Geoff Voelker <voelker@cs.washington.edu>
date Wed, 03 Sep 1997 01:14:17 +0000
parents 72fa0e75a0fe
children 524abb12cbf5
files src/w32xfns.c
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/src/w32xfns.c	Wed Sep 03 01:13:25 1997 +0000
+++ b/src/w32xfns.c	Wed Sep 03 01:14:17 1997 +0000
@@ -350,13 +350,6 @@
   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)