projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71e4585
)
* src/nsterm.m (x_set_offset): Remove unused variable 'screens'.
author
Philipp Stephani
<phst@google.com>
Mon, 22 Jan 2018 22:27:21 +0000
(23:27 +0100)
committer
Philipp Stephani
<phst@google.com>
Mon, 22 Jan 2018 22:29:09 +0000
(23:29 +0100)
src/nsterm.m
patch
|
blob
|
history
diff --git
a/src/nsterm.m
b/src/nsterm.m
index d2927d26b4530ea805f4b95dee1452343b2bb4cf..4b81ad2a6c959f8cd50ccb3b90038b0fd97a616b 100644
(file)
--- a/
src/nsterm.m
+++ b/
src/nsterm.m
@@
-1735,7
+1735,6
@@
x_set_offset (struct frame *f, int xoff, int yoff, int change_grav)
-------------------------------------------------------------------------- */
{
NSView *view = FRAME_NS_VIEW (f);
- NSArray *screens = [NSScreen screens];
NSScreen *screen = [[view window] screen];
NSTRACE ("x_set_offset");