diff options
Diffstat (limited to 'src/nsimage.m')
| -rw-r--r-- | src/nsimage.m | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/nsimage.m b/src/nsimage.m index d5c06477f8b..f37ad38ad1e 100644 --- a/src/nsimage.m +++ b/src/nsimage.m | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Image support for the NeXT/Open/GNUstep and MacOSX window system. | 1 | /* Image support for the NeXT/Open/GNUstep and MacOSX window system. |
| 2 | Copyright (C) 1989, 1992-1994, 2005-2006, 2008-2014 Free Software | 2 | Copyright (C) 1989, 1992-1994, 2005-2006, 2008-2015 Free Software |
| 3 | Foundation, Inc. | 3 | Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| @@ -34,8 +34,6 @@ GNUstep port and post-20 update by Adrian Robert (arobert@cogsci.ucsd.edu) | |||
| 34 | #include "nsterm.h" | 34 | #include "nsterm.h" |
| 35 | #include "frame.h" | 35 | #include "frame.h" |
| 36 | 36 | ||
| 37 | extern Lisp_Object QCfile, QCdata; | ||
| 38 | |||
| 39 | /* call tracing */ | 37 | /* call tracing */ |
| 40 | #if 0 | 38 | #if 0 |
| 41 | int image_trace_num = 0; | 39 | int image_trace_num = 0; |