aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/emacsgtkfixed.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/emacsgtkfixed.h b/src/emacsgtkfixed.h
index c7468e39c7b..4cea0b23332 100644
--- a/src/emacsgtkfixed.h
+++ b/src/emacsgtkfixed.h
@@ -25,7 +25,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
25 25
26G_BEGIN_DECLS 26G_BEGIN_DECLS
27 27
28<<<<<<< HEAD
29struct frame; 28struct frame;
30 29
31#define EMACS_TYPE_FIXED (emacs_fixed_get_type ()) 30#define EMACS_TYPE_FIXED (emacs_fixed_get_type ())
@@ -53,8 +52,6 @@ struct _EmacsFixedClass
53 GtkFixedClass parent_class; 52 GtkFixedClass parent_class;
54}; 53};
55 54
56=======
57>>>>>>> trunk
58extern GtkWidget *emacs_fixed_new (struct frame *f); 55extern GtkWidget *emacs_fixed_new (struct frame *f);
59extern GType emacs_fixed_get_type (void); 56extern GType emacs_fixed_get_type (void);
60 57