Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cut-n-paste/recent-files/egg-recent-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'cut-n-paste/recent-files/egg-recent-util.h')
-rw-r--r--cut-n-paste/recent-files/egg-recent-util.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/cut-n-paste/recent-files/egg-recent-util.h b/cut-n-paste/recent-files/egg-recent-util.h
deleted file mode 100644
index 82c4a71..0000000
--- a/cut-n-paste/recent-files/egg-recent-util.h
+++ /dev/null
@@ -1,18 +0,0 @@
-
-#ifndef __EGG_RECENT_UTIL__
-#define __EGG_RECENT_UTIL__
-
-#include <gtk/gtk.h>
-
-G_BEGIN_DECLS
-
-gchar * egg_recent_util_escape_underlines (const gchar *uri);
-gchar * egg_recent_util_get_unique_id (void);
-GdkPixbuf * egg_recent_util_get_icon (GtkIconTheme *theme,
- const gchar *uri,
- const gchar *mime_type,
- int size);
-
-G_END_DECLS
-
-#endif /* __EGG_RECENT_UTIL__ */