X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/2db38a6f98c2abb42b746064ce97417cccc27e68..578098f346bf9e1f23ca86ed764fc00b035b427f:/src/widgetprv.h diff --git a/src/widgetprv.h b/src/widgetprv.h index a0b47d9f69..00e3eeb1ee 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 Free Software Foundation, Inc. + Copyright (C) 1993, 2001-2012 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -71,11 +70,4 @@ typedef struct _EmacsFrameClassRec { /* full class record declaration */ EmacsFrameClassPart emacs_frame_class; } EmacsFrameClassRec; -extern EmacsFrameClassRec emacsFrameClassRec; /* class pointer */ - - - #endif /* _EmacsFrameP_h */ - -/* arch-tag: 2b579b4c-f697-4f86-b27a-35b7cb1a4a1c - (do not change this comment) */