changeset 18205:692cded900f8

I'm not sure why this line was here, I can't imagine it actually does anything useful, all it does seem to do is confused dbus-analyze-types.py causing it not to output the dbus macro stuff for PurpleStoredImage which causes my build to fail, so I'm removing it.
author Etan Reisner <pidgin@unreliablesource.net>
date Wed, 20 Jun 2007 06:25:12 +0000
parents 4cc042912ac2
children d3cd11e13557
files libpurple/imgstore.h
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/imgstore.h	Wed Jun 20 01:28:57 2007 +0000
+++ b/libpurple/imgstore.h	Wed Jun 20 06:25:12 2007 +0000
@@ -28,7 +28,6 @@
 
 #include <glib.h>
 
-struct _PurpleStoredImage;
 typedef struct _PurpleStoredImage PurpleStoredImage;
 
 #ifdef __cplusplus