summaryrefslogtreecommitdiff
path: root/eel/eel-graphic-effects.h
diff options
context:
space:
mode:
Diffstat (limited to 'eel/eel-graphic-effects.h')
-rw-r--r--eel/eel-graphic-effects.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/eel/eel-graphic-effects.h b/eel/eel-graphic-effects.h
index 850ba7605..b67a754a3 100644
--- a/eel/eel-graphic-effects.h
+++ b/eel/eel-graphic-effects.h
@@ -19,8 +19,7 @@
Authors: Andy Hertzfeld <andy@eazel.com>
*/
-#ifndef EEL_GRAPHIC_EFFECTS_H
-#define EEL_GRAPHIC_EFFECTS_H
+#pragma once
#include <gdk-pixbuf/gdk-pixbuf.h>
#include <gdk/gdk.h>
@@ -30,6 +29,4 @@ GdkPixbuf *eel_create_spotlight_pixbuf (GdkPixbuf *source_pixbuf);
/* return a pixbuf colorized with the color specified by the parameters */
GdkPixbuf* eel_create_colorized_pixbuf (GdkPixbuf *source_pixbuf,
- GdkRGBA *color);
-
-#endif /* EEL_GRAPHIC_EFFECTS_H */
+ GdkRGBA *color); \ No newline at end of file