aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordequis <dx@dxzone.com.ar>2015-04-22 01:40:52 -0300
committerdequis <dx@dxzone.com.ar>2015-05-05 12:04:13 -0300
commit31169eebaeef4d72a2cd3db8b0b0bfe21bec2772 (patch)
treed9726d62568fe2a03bc74fbde13f24966d7ee830
parent5ca141685d78cb372acd0e9aded36175cba957a3 (diff)
Remove some compatibility macros that referenced nonexistent functions
-rw-r--r--bitlbee.h2
-rw-r--r--protocols/yahoo/yahoo2.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/bitlbee.h b/bitlbee.h
index 2806235c..892ba57e 100644
--- a/bitlbee.h
+++ b/bitlbee.h
@@ -92,8 +92,6 @@ extern "C" {
#define g_io_add_watch_full __PLEASE_USE_B_INPUT_ADD__
#undef g_source_remove
#define g_source_remove __PLEASE_USE_B_EVENT_REMOVE__
-#undef g_source_remove_by_user_data
-#define g_source_remove_by_user_data __PLEASE_USE_B_SOURCE_REMOVE_BY_USER_DATA__
#undef g_main_run
#define g_main_run __PLEASE_USE_B_MAIN_RUN__
#undef g_main_quit
diff --git a/protocols/yahoo/yahoo2.h b/protocols/yahoo/yahoo2.h
index 464672a1..b9d0e176 100644
--- a/protocols/yahoo/yahoo2.h
+++ b/protocols/yahoo/yahoo2.h
@@ -32,8 +32,6 @@ extern "C" {
#define free(x) g_free(x)
#undef malloc
#define malloc(x) g_malloc(x)
-#undef calloc
-#define calloc(x, y) g_calloc(x, y)
#undef realloc
#define realloc(x, y) g_realloc(x, y)
#undef strdup