diff options
author | Geoff Voelker <voelker@cs.washington.edu> | 1997-09-03 01:14:17 +0000 |
---|---|---|
committer | Geoff Voelker <voelker@cs.washington.edu> | 1997-09-03 01:14:17 +0000 |
commit | 4a83117466df6a26a25e5db6a27e857464f2d3d1 (patch) | |
tree | 5f41a51f8e34f652fef9388f1943e685f929b7b6 /src/w32xfns.c | |
parent | 8694f11b54030128f4a02c6497cb850c3e853a4a (diff) | |
download | emacs-4a83117466df6a26a25e5db6a27e857464f2d3d1.tar.gz |
(have_menus_p): Move to w32fns.c.
Diffstat (limited to 'src/w32xfns.c')
-rw-r--r-- | src/w32xfns.c | 7 |
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) |