X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/ab1dc14b220747e527d507d40905a24ba5c692d9..3bf234fa520ff90db31fae85f306befdadb24532:/src/emacsgtkfixed.h diff --git a/src/emacsgtkfixed.h b/src/emacsgtkfixed.h index 3fa294aa41..04cdf25c18 100644 --- a/src/emacsgtkfixed.h +++ b/src/emacsgtkfixed.h @@ -1,7 +1,7 @@ /* A Gtk Widget that inherits GtkFixed, but can be shrunk. This file is only use when compiling with Gtk+ 3. -Copyright (C) 2011-2012 Free Software Foundation, Inc. +Copyright (C) 2011-2014 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -25,8 +25,6 @@ along with GNU Emacs. If not, see . */ G_BEGIN_DECLS -struct frame; - extern GtkWidget *emacs_fixed_new (struct frame *f); G_END_DECLS