]> git.eshelyaron.com Git - emacs.git/commitdiff
(have_menus_p): Move to w32fns.c.
authorGeoff Voelker <voelker@cs.washington.edu>
Wed, 3 Sep 1997 01:14:17 +0000 (01:14 +0000)
committerGeoff Voelker <voelker@cs.washington.edu>
Wed, 3 Sep 1997 01:14:17 +0000 (01:14 +0000)
src/w32xfns.c

index 9d8dbf00eb96cbba8fb8d9fec77d90d6fa7efc70..5436ff2e81a810194789a8c8555c3061f3f64e64 100644 (file)
@@ -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)