diff options
author | Stefano Karapetsas <[email protected]> | 2012-09-05 21:59:16 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-09-05 21:59:16 +0200 |
commit | be3f666650c0da1aac5232291d83a51e127b005e (patch) | |
tree | 2d862d6db5c40d7957921e264469cc5dba57c88e /eel/eel-lib-self-check-functions.h | |
parent | 45742f8351e2991d54b00189f6e0c772e257f395 (diff) | |
download | caja-be3f666650c0da1aac5232291d83a51e127b005e.tar.bz2 caja-be3f666650c0da1aac5232291d83a51e127b005e.tar.xz |
remove latest mateconf stuff
Diffstat (limited to 'eel/eel-lib-self-check-functions.h')
-rw-r--r-- | eel/eel-lib-self-check-functions.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/eel/eel-lib-self-check-functions.h b/eel/eel-lib-self-check-functions.h index e538178e..6c3e07d1 100644 --- a/eel/eel-lib-self-check-functions.h +++ b/eel/eel-lib-self-check-functions.h @@ -40,12 +40,10 @@ void eel_run_lib_self_checks (void); #define EEL_LIB_FOR_EACH_SELF_CHECK_FUNCTION(macro) \ macro (eel_self_check_background) \ - macro (eel_self_check_enumeration) \ macro (eel_self_check_gdk_extensions) \ macro (eel_self_check_gdk_pixbuf_extensions) \ macro (eel_self_check_glib_extensions) \ - macro (eel_self_check_pango_extensions) \ - macro (eel_self_check_preferences) \ + macro (eel_self_check_pango_extensions) \ macro (eel_self_check_string) \ /* Add new self-check functions to the list above this line. */ |