diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-07-02 16:15:03 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-07-02 16:15:03 +0800 |
commit | 268d7f421f60d1688134f6438fa2a2c4caf0a68f (patch) | |
tree | 703e4262ca2c841d97d4dd14cb82a065178b074a | |
parent | 2cba9cbe1638c309e680778598ff66e319615b0a (diff) | |
download | gsoc2013-empathy-268d7f421f60d1688134f6438fa2a2c4caf0a68f.tar gsoc2013-empathy-268d7f421f60d1688134f6438fa2a2c4caf0a68f.tar.gz gsoc2013-empathy-268d7f421f60d1688134f6438fa2a2c4caf0a68f.tar.bz2 gsoc2013-empathy-268d7f421f60d1688134f6438fa2a2c4caf0a68f.tar.lz gsoc2013-empathy-268d7f421f60d1688134f6438fa2a2c4caf0a68f.tar.xz gsoc2013-empathy-268d7f421f60d1688134f6438fa2a2c4caf0a68f.tar.zst gsoc2013-empathy-268d7f421f60d1688134f6438fa2a2c4caf0a68f.zip |
empathy-types: remove EmpathyContactMonitor
-rw-r--r-- | libempathy/empathy-types.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libempathy/empathy-types.h b/libempathy/empathy-types.h index 7c633b166..5eea3b1e3 100644 --- a/libempathy/empathy-types.h +++ b/libempathy/empathy-types.h @@ -24,6 +24,4 @@ typedef struct _EmpathyContactList EmpathyContactList; -typedef struct _EmpathyContactMonitor EmpathyContactMonitor; - #endif /* __EMPATHY_TYPES_H__ */ |