diff options
author | Alexander Larsson <alexl@redhat.com> | 2010-07-23 12:16:20 +0200 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2010-07-23 12:22:56 +0200 |
commit | 31833fee708e23bb6ed16af045fa59b711076ecf (patch) | |
tree | 1a68769754cb834931b87c614446a38b342cc06f /eel/eel-lib-self-check-functions.h | |
parent | ca1c74b6df8a67e305c73adc1893e3552b763835 (diff) | |
download | nautilus-31833fee708e23bb6ed16af045fa59b711076ecf.tar.gz |
Remove eel-enumeration, eel-gconf-extensions and eel-preferences
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 837babfe8..d3bcfd50b 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. */ |