summaryrefslogtreecommitdiff
path: root/libpurple/protocols.h
diff options
context:
space:
mode:
authorJorge Villase?or <salinasv@pidgin.im>2015-12-09 22:29:06 -0800
committerJorge Villase?or <salinasv@pidgin.im>2015-12-09 22:29:06 -0800
commitd987f3f9ec6513250538f4981ac5ff16c45ce881 (patch)
tree2c9084d60d5bebff2074f8506ca912fd0b2a8857 /libpurple/protocols.h
parent56370277e6b9984c05e472f62d9a3d1151c4edeb (diff)
downloadpidgin-d987f3f9ec6513250538f4981ac5ff16c45ce881.tar.gz
Move PurpleIconScaleRules to BuddyIcon API
Move PurpleIconScaleRules to a more sensible place Moved from protocols.h to buddyicon.h Changed name from PurpleIconScaleRules to PurpleBuddyIconScaleFlags
Diffstat (limited to 'libpurple/protocols.h')
-rw-r--r--libpurple/protocols.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/libpurple/protocols.h b/libpurple/protocols.h
index fdeb9e2b25..a367b3abfe 100644
--- a/libpurple/protocols.h
+++ b/libpurple/protocols.h
@@ -50,18 +50,6 @@ typedef struct _PurpleAttentionType PurpleAttentionType;
/* Basic Protocol Information */
/**************************************************************************/
-/**
- * PurpleIconScaleRules:
- * @PURPLE_ICON_SCALE_DISPLAY: We scale the icon when we display it
- * @PURPLE_ICON_SCALE_SEND: We scale the icon before we send it to the server
- */
-typedef enum /*< flags >*/
-{
- PURPLE_ICON_SCALE_DISPLAY = 0x01,
- PURPLE_ICON_SCALE_SEND = 0x02
-
-} PurpleIconScaleRules;
-
typedef struct _PurpleProtocolChatEntry PurpleProtocolChatEntry;
/**