summaryrefslogtreecommitdiff
path: root/libnautilus-private/nautilus-icon-factory-private.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2002-09-18 18:26:12 +0000
committerAlexander Larsson <alexl@src.gnome.org>2002-09-18 18:26:12 +0000
commitc05eef2e306249e9de0c376c9394e74388fbc599 (patch)
tree65a170546e5d3d9ce763d6dae4c42a770e934f31 /libnautilus-private/nautilus-icon-factory-private.h
parent63f090835f1911058f56b63d8fec0d125fec6ac2 (diff)
downloadnautilus-c05eef2e306249e9de0c376c9394e74388fbc599.tar.gz
Merge the new-icon-factory-branch branch to HEAD.
2002-09-18 Alexander Larsson <alexl@redhat.com> Merge the new-icon-factory-branch branch to HEAD.
Diffstat (limited to 'libnautilus-private/nautilus-icon-factory-private.h')
-rw-r--r--libnautilus-private/nautilus-icon-factory-private.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/libnautilus-private/nautilus-icon-factory-private.h b/libnautilus-private/nautilus-icon-factory-private.h
index 4e4dd7dd8..f47a3757f 100644
--- a/libnautilus-private/nautilus-icon-factory-private.h
+++ b/libnautilus-private/nautilus-icon-factory-private.h
@@ -28,14 +28,6 @@
#include <gdk-pixbuf/gdk-pixbuf.h>
-/* For now, images are used themselves as thumbnails when they are
- * below this threshold size. Later we might have to have a more
- * complex rule about when to use an image for itself.
- */
-#define SELF_THUMBNAIL_SIZE_THRESHOLD 16384
-
-void nautilus_icon_factory_remove_by_uri (const char *uri);
-
/* Convenience routine to return the appropriate thumbnail frame. */
GdkPixbuf *nautilus_icon_factory_get_thumbnail_frame (void);