aboutsummaryrefslogtreecommitdiffstats
path: root/lib/egg/egg-markup.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/egg/egg-markup.h')
-rw-r--r--lib/egg/egg-markup.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/lib/egg/egg-markup.h b/lib/egg/egg-markup.h
deleted file mode 100644
index 15524189f..000000000
--- a/lib/egg/egg-markup.h
+++ /dev/null
@@ -1,30 +0,0 @@
-#ifndef EGG_MARKUP_H
-#define EGG_MARKUP_H
-
-#include <gtk/gtk.h>
-#include <egg-action.h>
-#include <egg-action-group.h>
-
-
-/* this stuff can go away once I am finished with the merge code */
-
-typedef void (*EggWidgetFunc) (GtkWidget *widget,
- const gchar *type,
- const gchar *name,
- gpointer user_data);
-
-gboolean egg_create_from_string (EggActionGroup *action_group,
- EggWidgetFunc widget_func,
- gpointer user_data,
- GtkAccelGroup *accel_group,
- const gchar *buffer, guint length,
- GError **error);
-
-gboolean egg_create_from_file (EggActionGroup *action_group,
- EggWidgetFunc widget_func,
- gpointer user_data,
- GtkAccelGroup *accel_group,
- const gchar *filename,
- GError **error);
-
-#endif