src/prpl.h

changeset 9943
b54a762f60fa
parent 9917
2fbb3c9fab2b
child 9944
71ef020ec4b0
--- 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

mercurial