X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/06d8ace51597cd41e110560a56a1abeb6cce23d6..e147461d406b00eb9b0281d35cf512e7a69f6601:/src/widgetprv.h diff --git a/src/widgetprv.h b/src/widgetprv.h index f721ecdae1..c0a5238743 100644 --- a/src/widgetprv.h +++ b/src/widgetprv.h @@ -1,6 +1,5 @@ /* The emacs frame widget private header file. - Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1993, 2001-2014 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -71,9 +70,4 @@ typedef struct _EmacsFrameClassRec { /* full class record declaration */ EmacsFrameClassPart emacs_frame_class; } EmacsFrameClassRec; -extern EmacsFrameClassRec emacsFrameClassRec; /* class pointer */ - - - #endif /* _EmacsFrameP_h */ -