diff options
Diffstat (limited to 'libnautilus-private/nautilus-icon-factory-private.h')
-rw-r--r-- | libnautilus-private/nautilus-icon-factory-private.h | 8 |
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); |