(have_menus_p): Move to w32fns.c.

This commit is contained in:
Geoff Voelker 1997-09-03 01:14:17 +00:00
parent 8694f11b54
commit 4a83117466

View 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)