comparison libpurple/imgstore.h @ 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 77cfd9bd6536
children 2177a11e169d
comparison
equal deleted inserted replaced
18204:4cc042912ac2 18205:692cded900f8
26 #ifndef _PURPLE_IMGSTORE_H_ 26 #ifndef _PURPLE_IMGSTORE_H_
27 #define _PURPLE_IMGSTORE_H_ 27 #define _PURPLE_IMGSTORE_H_
28 28
29 #include <glib.h> 29 #include <glib.h>
30 30
31 struct _PurpleStoredImage;
32 typedef struct _PurpleStoredImage PurpleStoredImage; 31 typedef struct _PurpleStoredImage PurpleStoredImage;
33 32
34 #ifdef __cplusplus 33 #ifdef __cplusplus
35 extern "C" { 34 extern "C" {
36 #endif 35 #endif