summaryrefslogtreecommitdiff
path: root/src/gpm-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpm-common.h')
-rw-r--r--src/gpm-common.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gpm-common.h b/src/gpm-common.h
index 96a06a4..ee05036 100644
--- a/src/gpm-common.h
+++ b/src/gpm-common.h
@@ -157,10 +157,6 @@ typedef enum {
} GpmActionPolicy;
gchar *gpm_get_timestring (guint time);
-GpmIconPolicy gpm_icon_policy_from_string (const gchar *policy);
-const gchar *gpm_icon_policy_to_string (GpmIconPolicy policy);
-GpmActionPolicy gpm_action_policy_from_string (const gchar *policy);
-const gchar *gpm_action_policy_to_string (GpmActionPolicy policy);
void gpm_help_display (const gchar *link_id);
#ifdef EGG_TEST
void gpm_common_test (gpointer data);