From 4a83117466df6a26a25e5db6a27e857464f2d3d1 Mon Sep 17 00:00:00 2001 From: Geoff Voelker Date: Wed, 3 Sep 1997 01:14:17 +0000 Subject: [PATCH] (have_menus_p): Move to w32fns.c. --- src/w32xfns.c | 7 ------- 1 file changed, 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) -- 2.39.2