X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/7c82f3e23e37cc848a38b1f8be7149fd672a6393..55645c67978eb15884ed5ca919b1691b3715e3ad:/src/widgetprv.h?ds=sidebyside diff --git a/src/widgetprv.h b/src/widgetprv.h index f721ecdae1..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, 2011 Free Software Foundation, Inc. + Copyright (C) 1993, 2001-2012 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 */ -