X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/b14e3e21ec6702d27257a1400681fc36ee10282f..0bb24df135e9c44d2e5a78b58b10719eea9e413b:/src/widgetprv.h diff --git a/src/widgetprv.h b/src/widgetprv.h index 5df0976f87..f5e2eb549a 100644 --- a/src/widgetprv.h +++ b/src/widgetprv.h @@ -1,5 +1,5 @@ /* The emacs frame widget private header file. - Copyright (C) 1993, 2001-2011 Free Software Foundation, Inc. + Copyright (C) 1993, 2001-2014 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -43,7 +43,6 @@ typedef struct { int internal_border_width; /* internal borders */ int interline; /* skips between lines */ - struct font* font; /* font */ Pixel foreground_pixel; /* foreground */ Pixel cursor_color; /* text cursor color */ @@ -70,9 +69,4 @@ typedef struct _EmacsFrameClassRec { /* full class record declaration */ EmacsFrameClassPart emacs_frame_class; } EmacsFrameClassRec; -extern EmacsFrameClassRec emacsFrameClassRec; /* class pointer */ - - - #endif /* _EmacsFrameP_h */ -