diff options
author | monsta <[email protected]> | 2017-04-10 18:14:34 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-04-10 18:14:34 +0300 |
commit | 0f1581f472cd539b05ad6a54fe001b66e260ba13 (patch) | |
tree | 30fabbc4318100cc020bef8ffdecb812cbd3cf16 /eel/eel-lib-self-check-functions.h | |
parent | 21d5dfcd107dceebcb4fb517ecf689e2bc13e1d4 (diff) | |
download | caja-0f1581f472cd539b05ad6a54fe001b66e260ba13.tar.bz2 caja-0f1581f472cd539b05ad6a54fe001b66e260ba13.tar.xz |
eel: remove some unused code from eel-gdk-pixbuf-extensions
also remove self-test, it only tested the removed functions
Diffstat (limited to 'eel/eel-lib-self-check-functions.h')
-rw-r--r-- | eel/eel-lib-self-check-functions.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/eel/eel-lib-self-check-functions.h b/eel/eel-lib-self-check-functions.h index d14aa99e..00c5b028 100644 --- a/eel/eel-lib-self-check-functions.h +++ b/eel/eel-lib-self-check-functions.h @@ -41,7 +41,6 @@ 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_gdk_extensions) \ - macro (eel_self_check_gdk_pixbuf_extensions) \ macro (eel_self_check_glib_extensions) \ macro (eel_self_check_string) \ /* Add new self-check functions to the list above this line. */ |