summaryrefslogtreecommitdiff
path: root/src/w32xfns.c
diff options
context:
space:
mode:
authorGeoff Voelker <voelker@cs.washington.edu>1997-09-03 01:14:17 +0000
committerGeoff Voelker <voelker@cs.washington.edu>1997-09-03 01:14:17 +0000
commit4a83117466df6a26a25e5db6a27e857464f2d3d1 (patch)
tree5f41a51f8e34f652fef9388f1943e685f929b7b6 /src/w32xfns.c
parent8694f11b54030128f4a02c6497cb850c3e853a4a (diff)
downloademacs-4a83117466df6a26a25e5db6a27e857464f2d3d1.tar.gz
(have_menus_p): Move to w32fns.c.
Diffstat (limited to 'src/w32xfns.c')
-rw-r--r--src/w32xfns.c7
1 files changed, 0 insertions, 7 deletions
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)