diff src/prpl.h @ 9943:f8e395a054e2

[gaim-migrate @ 10835] this all seemed to work last night...hopefully no stray cosmic rays did anything to break it since then committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 03 Sep 2004 21:21:25 +0000
parents e74eb0d11f86
children e4a27c9aec4c
line wrap: on
line diff
--- a/src/prpl.h	Fri Sep 03 03:05:56 2004 +0000
+++ b/src/prpl.h	Fri Sep 03 21:21:25 2004 +0000
@@ -191,8 +191,6 @@
  */
 struct _GaimPluginProtocolInfo
 {
-	unsigned int api_version;     /**< API version number.             */
-
 	GaimProtocolOptions options;  /**< Protocol options.          */
 
 	GList *user_splits;      /* A GList of GaimAccountUserSplit */
@@ -315,11 +313,6 @@
 #define GAIM_PLUGIN_PROTOCOL_INFO(plugin) \
 	((GaimPluginProtocolInfo *)(plugin)->info->extra_info)
 
-/* It's not like we're going to run out of integers for this version
-   number, but we only want to really change it once per release. */
-/* GAIM_PRPL_API_VERSION last changed for version: 0.83 */
-#define GAIM_PRPL_API_VERSION 8 
-
 #ifdef __cplusplus
 extern "C" {
 #endif