summaryrefslogtreecommitdiff
path: root/libpurple/version.h.in
diff options
context:
space:
mode:
authorWill Thompson <resiak@pidgin.im>2007-12-21 19:34:54 +0000
committerWill Thompson <resiak@pidgin.im>2007-12-21 19:34:54 +0000
commitecd78239c6f0dba302b1aaa2f0950c62c4987223 (patch)
tree6d3a85a6aacffc884045d9cefbe7a111c0c706a1 /libpurple/version.h.in
parent7d4131a2d37fea835af1d19d9cfa625119e53424 (diff)
downloadpidgin-ecd78239c6f0dba302b1aaa2f0950c62c4987223.tar.gz
disapproval of revision '79f82dfe7e7a3cd7101b43825212e802a1d32412'
Diffstat (limited to 'libpurple/version.h.in')
-rw-r--r--libpurple/version.h.in27
1 files changed, 0 insertions, 27 deletions
diff --git a/libpurple/version.h.in b/libpurple/version.h.in
index e9480aa832..47a4077082 100644
--- a/libpurple/version.h.in
+++ b/libpurple/version.h.in
@@ -49,33 +49,6 @@ extern "C" {
*/
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