summaryrefslogtreecommitdiff
path: root/eel/eel-graphic-effects.h
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2010-08-19 16:30:24 +0200
committerCosimo Cecchi <cosimoc@gnome.org>2010-08-19 16:35:28 +0200
commit48c6012e89fb1362e418d4bf56c05614f1515eab (patch)
tree61cfc10ecbd879b6edf1fda7ff272813bbd759af /eel/eel-graphic-effects.h
parent9c9c619ae2d4e9dbdc9be175679abad3a174ca32 (diff)
downloadnautilus-48c6012e89fb1362e418d4bf56c05614f1515eab.tar.gz
[eel] remove unused eel_make_semitransparent()
Diffstat (limited to 'eel/eel-graphic-effects.h')
-rw-r--r--eel/eel-graphic-effects.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/eel/eel-graphic-effects.h b/eel/eel-graphic-effects.h
index 41060e037..e53beca0b 100644
--- a/eel/eel-graphic-effects.h
+++ b/eel/eel-graphic-effects.h
@@ -59,8 +59,4 @@ GdkPixbuf *eel_embed_image_in_frame (GdkPixbuf *source_image,
int right_offset,
int bottom_offset);
-/* return a semi-transparent pixbuf from the source pixbuf using a checkboard
- stipple in the alpha channel (so it can be converted to an alpha-less pixmap) */
-GdkPixbuf *eel_make_semi_transparent (GdkPixbuf *source_pixbuf);
-
#endif /* EEL_GRAPHIC_EFFECTS_H */