summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2010-12-01 19:19:47 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2010-12-15 13:41:01 +0000
commitbaeaade204481e7bd400d419ebc2ccb2084c5fed (patch)
tree67dd46903c960c1f7e55d773c2e76fcac9f3785f
parent413166490899fa583a8193197e2b62310a3e5d37 (diff)
Remove long-obsolete mcd-presence-frame.h
-rw-r--r--src/Makefile.am1
-rw-r--r--src/mcd-presence-frame.h13
2 files changed, 0 insertions, 14 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 44871df7..016ad33a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -28,7 +28,6 @@ mc_headers = \
mcd-connection.h \
mcd-connection-plugin.h \
mcd-plugin.h \
- mcd-presence-frame.h \
mcd-channel.h \
mcd-proxy.h \
mcd-dispatcher.h \
diff --git a/src/mcd-presence-frame.h b/src/mcd-presence-frame.h
deleted file mode 100644
index e75f7dd7..00000000
--- a/src/mcd-presence-frame.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef MCD_PRESENCE_FRAME_H
-#define MCD_PRESENCE_FRAME_H
-
-#include <glib.h>
-#include <glib-object.h>
-
-#include "mcd-mission.h"
-#include "mcd-account.h"
-#include "mcd-account-manager.h"
-
-/* there is no presence frame */
-
-#endif /* MCD_PRESENCE_FRAME_H */