X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/9f6f48455f7d25e5cc2d50485d98ff3af43946a2..refs/heads/wip:/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