summaryrefslogtreecommitdiff
path: root/src/w32xfns.c
diff options
context:
space:
mode:
authorDmitry Antipov <dmantipov@yandex.ru>2013-09-09 18:01:02 +0400
committerDmitry Antipov <dmantipov@yandex.ru>2013-09-09 18:01:02 +0400
commit83fc05543999d2890697f1106eb126e2a535ef0e (patch)
tree445a69050ec0473291e8d162fb7438542713dd0b /src/w32xfns.c
parentfd462129af606e37146cad265284ff4097051ad8 (diff)
Do not populate pure Xism x_sync to other ports.
* frame.h (x_sync): Move under HAVE_X_WINDOWS. * frame.c (other_visible_frames) [HAVE_X_WINDOWS]: Use as such. * nsfns.m, w32xfns.c (x_sync): Remove no-op. * w32term.h (x_sync): Remove prototype.
Diffstat (limited to 'src/w32xfns.c')
-rw-r--r--src/w32xfns.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/w32xfns.c b/src/w32xfns.c
index 19c6b72bf8..7629e49caf 100644
--- a/src/w32xfns.c
+++ b/src/w32xfns.c
@@ -333,9 +333,3 @@ drain_message_queue (void)
}
return retval;
}
-
-/* x_sync is a no-op on W32. */
-void
-x_sync (struct frame *f)
-{
-}