diff options
author | Ted Gould <ted@gould.cx> | 2013-08-20 15:51:55 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2013-08-20 15:51:55 -0500 |
commit | 8d53c7137915c36f6d1e7c11112da64c23228d17 (patch) | |
tree | 0b8474f4a3848067af78c6e3505d4b669e14dd3d /src | |
parent | 7dda565d32554b5414f813b88df343b3b0256878 (diff) | |
download | ayatana-indicator-messages-8d53c7137915c36f6d1e7c11112da64c23228d17.tar.gz ayatana-indicator-messages-8d53c7137915c36f6d1e7c11112da64c23228d17.tar.bz2 ayatana-indicator-messages-8d53c7137915c36f6d1e7c11112da64c23228d17.zip |
Remove unused struct member
Diffstat (limited to 'src')
-rw-r--r-- | src/im-application-list.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/im-application-list.c b/src/im-application-list.c index e4b697f..6b4c33d 100644 --- a/src/im-application-list.c +++ b/src/im-application-list.c @@ -68,7 +68,6 @@ typedef struct gchar *id; IndicatorMessagesApplication *proxy; GActionMuxer *muxer; - GSimpleActionGroup *actions; GSimpleActionGroup *source_actions; GSimpleActionGroup *message_actions; GActionMuxer *message_sub_actions; |