diff options
author | Jasmine Hassan <[email protected]> | 2012-10-18 16:23:26 +0200 |
---|---|---|
committer | Jasmine Hassan <[email protected]> | 2012-11-14 09:42:33 +0200 |
commit | 739bd11c7853e0e760c2373d44ff934729e5cbe0 (patch) | |
tree | bfb0da68fbee3369af410d18d6a7986aa8ac1faa /eel/eel-graphic-effects.h | |
parent | f61503852a1ba50b0a258438e7ce3ca4c7545f45 (diff) | |
download | caja-739bd11c7853e0e760c2373d44ff934729e5cbe0.tar.bz2 caja-739bd11c7853e0e760c2373d44ff934729e5cbe0.tar.xz |
[eel] remove unused eel_make_semitransparent()
http://git.gnome.org/browse/nautilus/commit/?id=48c6012e89fb1362e418d4bf56c05614f1515eab
Diffstat (limited to 'eel/eel-graphic-effects.h')
-rw-r--r-- | eel/eel-graphic-effects.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/eel/eel-graphic-effects.h b/eel/eel-graphic-effects.h index 7ac627f1..6ae00421 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 */ |