diff options
Diffstat (limited to 'src/nsgui.h')
| -rw-r--r-- | src/nsgui.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nsgui.h b/src/nsgui.h index c147f4dec49..ab6cdff1e5c 100644 --- a/src/nsgui.h +++ b/src/nsgui.h | |||
| @@ -115,7 +115,6 @@ typedef NSColor * Color; | |||
| 115 | typedef void * Color; | 115 | typedef void * Color; |
| 116 | #endif | 116 | #endif |
| 117 | typedef int Window; | 117 | typedef int Window; |
| 118 | typedef int Display; | ||
| 119 | 118 | ||
| 120 | 119 | ||
| 121 | /* Some sort of attempt to normalize rectangle handling. Seems a bit | 120 | /* Some sort of attempt to normalize rectangle handling. Seems a bit |