Mercurial > pidgin
changeset 21919:64aeaed21477
merge of '3a8b6b71a880d8b8152d3ad4c4ade2d3df3b0f5c'
and 'c06b8cca480ac664ddec99c4a2ab51b00f30240e'
author | Will Thompson <will.thompson@collabora.co.uk> |
---|---|
date | Sat, 22 Dec 2007 11:36:01 +0000 |
parents | 3ef7dae7c804 (diff) 6492a6ca4b03 (current diff) |
children | 76d025660d9e |
files | |
diffstat | 2 files changed, 0 insertions(+), 45 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/version.c Fri Dec 21 21:03:35 2007 +0000 +++ b/libpurple/version.c Sat Dec 22 11:36:01 2007 +0000 @@ -42,21 +42,3 @@ return "libpurple version too old (micro mismatch)"; return NULL; } - -guint -purple_version_get_major() -{ - return purple_major_version; -} - -guint -purple_version_get_minor() -{ - return purple_minor_version; -} - -guint -purple_version_get_micro() -{ - return purple_micro_version; -}
--- a/libpurple/version.h.in Fri Dec 21 21:03:35 2007 +0000 +++ b/libpurple/version.h.in Sat Dec 22 11:36:01 2007 +0000 @@ -49,33 +49,6 @@ */ const char *purple_version_check(guint required_major, guint required_minor, guint required_micro); -/** - * Returns the major version of the running libpurple. Contrast with - * #PURPLE_MAJOR_VERSION, which expands at compile time to the major version of - * libpurple being compiled against. - * - * @since 2.4.0 - */ -guint purple_version_get_major(void); - -/** - * Returns the minor version of the running libpurple. Contrast with - * #PURPLE_MINOR_VERSION, which expands at compile time to the minor version of - * libpurple being compiled against. - * - * @since 2.4.0 - */ -guint purple_version_get_minor(void); -/** - * - * Returns the micro version of the running libpurple. Contrast with - * #PURPLE_MICRO_VERSION, which expands at compile time to the micro version of - * libpurple being compiled against. - * - * @since 2.4.0 - */ -guint purple_version_get_micro(void); - #ifdef __cplusplus } #endif