diff options
Diffstat (limited to 'src/widget.c')
| -rw-r--r-- | src/widget.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/widget.c b/src/widget.c index b4ec35dcd36..53091847c8f 100644 --- a/src/widget.c +++ b/src/widget.c | |||
| @@ -54,8 +54,6 @@ Boston, MA 02111-1307, USA. */ | |||
| 54 | #include <signal.h> | 54 | #include <signal.h> |
| 55 | #include "syssignal.h" | 55 | #include "syssignal.h" |
| 56 | 56 | ||
| 57 | #define max(a, b) ((a) > (b) ? (a) : (b)) | ||
| 58 | |||
| 59 | /* This sucks: this is the first default that x-faces.el tries. This won't | 57 | /* This sucks: this is the first default that x-faces.el tries. This won't |
| 60 | be used unless neither the "Emacs.EmacsFrame" resource nor the | 58 | be used unless neither the "Emacs.EmacsFrame" resource nor the |
| 61 | "Emacs.EmacsFrame" resource is set; the frame | 59 | "Emacs.EmacsFrame" resource is set; the frame |