aboutsummaryrefslogtreecommitdiffstats
path: root/src/nsfns.m
diff options
context:
space:
mode:
authorDmitry Antipov2013-09-09 18:01:02 +0400
committerDmitry Antipov2013-09-09 18:01:02 +0400
commit83fc05543999d2890697f1106eb126e2a535ef0e (patch)
tree445a69050ec0473291e8d162fb7438542713dd0b /src/nsfns.m
parentfd462129af606e37146cad265284ff4097051ad8 (diff)
downloademacs-83fc05543999d2890697f1106eb126e2a535ef0e.tar.gz
emacs-83fc05543999d2890697f1106eb126e2a535ef0e.zip
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/nsfns.m')
-rw-r--r--src/nsfns.m9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/nsfns.m b/src/nsfns.m
index fc276c2b12d..f021e834d59 100644
--- a/src/nsfns.m
+++ b/src/nsfns.m
@@ -2231,15 +2231,6 @@ x_get_focus_frame (struct frame *frame)
2231 return nsfocus; 2231 return nsfocus;
2232} 2232}
2233 2233
2234void
2235x_sync (struct frame *f)
2236{
2237 /* XXX Not implemented XXX */
2238 return;
2239}
2240
2241
2242
2243/* ========================================================================== 2234/* ==========================================================================
2244 2235
2245 Lisp definitions that, for whatever reason, we can't alias as 'ns-XXX'. 2236 Lisp definitions that, for whatever reason, we can't alias as 'ns-XXX'.