]> code.delx.au - gnu-emacs/blobdiff - src/widgetprv.h
Update copyright year to 2015
[gnu-emacs] / src / widgetprv.h
index 5df0976f8797eb6978d71197f34cd3302835ff74..6cbbbd617f0a3752119d3b03d4dbc65612b054fe 100644 (file)
@@ -1,5 +1,5 @@
 /* The emacs frame widget private header file.
-   Copyright (C) 1993, 2001-201 Free Software Foundation, Inc.
+   Copyright (C) 1993, 2001-2015 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 */
-