# HG changeset patch # User Etan Reisner # Date 1182320712 0 # Node ID 692cded900f8cf29363698d0aeae6d7370905b95 # Parent 4cc042912ac2c898387d2408d89429cbd2267283 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. diff -r 4cc042912ac2 -r 692cded900f8 libpurple/imgstore.h --- 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 -struct _PurpleStoredImage; typedef struct _PurpleStoredImage PurpleStoredImage; #ifdef __cplusplus