[telepathy-mission-control/master] Delete now-empty header files

Simon McVittie simon.mcvittie at collabora.co.uk
Mon May 11 04:37:47 PDT 2009


---
 src/Makefile.am                    |    4 ---
 src/mcd-account-connection.c       |    1 -
 src/mcd-account-connection.h       |   37 ------------------------------------
 src/mcd-account-manager-query.c    |    1 -
 src/mcd-account-manager-query.h    |   32 -------------------------------
 src/mcd-account-manager.c          |    1 -
 src/mcd-account-priv.h             |    1 -
 src/mcd-account-requests.c         |    1 -
 src/mcd-account-requests.h         |   30 -----------------------------
 src/mcd-account-stats.c            |    1 -
 src/mcd-account-stats.h            |   32 -------------------------------
 src/mcd-account.c                  |    3 --
 src/mcd-channel.c                  |    1 -
 src/mcd-connection.c               |    1 -
 src/mcd-dispatcher.c               |    1 -
 src/mcd-master.c                   |    1 -
 16 files changed, 0 insertions(+), 148 deletions(-)
 delete mode 100644 src/mcd-account-connection.h
 delete mode 100644 src/mcd-account-manager-creation.h
 delete mode 100644 src/mcd-account-manager-query.h
 delete mode 100644 src/mcd-account-requests.h
 delete mode 100644 src/mcd-account-stats.h

diff --git a/src/Makefile.am b/src/Makefile.am
index 8f3878e..4d374eb 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -13,11 +13,7 @@ mission_control_include_HEADERS = \
 	mcd-account.h \
 	mcd-account-compat.h \
 	mcd-account-conditions.h \
-	mcd-account-connection.h \
-	mcd-account-requests.h \
 	mcd-account-manager.h \
-	mcd-account-manager-query.h \
-	mcd-account-stats.h \
 	mcd-debug.h \
 	mcd-dispatch-operation.h \
 	mcd-mission.h \
diff --git a/src/mcd-account-connection.c b/src/mcd-account-connection.c
index f6fd807..b601df1 100644
--- a/src/mcd-account-connection.c
+++ b/src/mcd-account-connection.c
@@ -32,7 +32,6 @@
 #include "mcd-master.h"
 #include "mcd-account.h"
 #include "mcd-account-priv.h"
-#include "mcd-account-connection.h"
 #include "mcd-account-manager.h"
 #include "mcd-connection-priv.h"
 
diff --git a/src/mcd-account-connection.h b/src/mcd-account-connection.h
deleted file mode 100644
index 246b0d7..0000000
--- a/src/mcd-account-connection.h
+++ /dev/null
@@ -1,37 +0,0 @@
-/* vi: set et sw=4 ts=8 cino=t0,(0: */
-/* -*- Mode: C; indent-tabs-mode: nil; c-basic-offset: 4; tab-width: 8 -*- */
-/*
- * This file is part of mission-control
- *
- * Copyright (C) 2008 Nokia Corporation. 
- *
- * Contact: Alberto Mardegan  <alberto.mardegan at nokia.com>
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public License
- * version 2.1 as published by the Free Software Foundation.
- *
- * This library is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA
- *
- */
-
-#ifndef __MCD_ACCOUNT_CONNECTION_H__
-#define __MCD_ACCOUNT_CONNECTION_H__
-
-#include <glib.h>
-#include <glib-object.h>
-#include "mcd-plugin.h"
-#include "mcd-connection-plugin.h"
-
-G_BEGIN_DECLS
-G_END_DECLS
-
-#endif /* __MCD_ACCOUNT_CONNECTION_H__ */
diff --git a/src/mcd-account-manager-creation.h b/src/mcd-account-manager-creation.h
deleted file mode 100644
index e69de29..0000000
diff --git a/src/mcd-account-manager-query.c b/src/mcd-account-manager-query.c
index bf7ee0c..34f748b 100644
--- a/src/mcd-account-manager-query.c
+++ b/src/mcd-account-manager-query.c
@@ -34,7 +34,6 @@
 #include <telepathy-glib/util.h>
 #include "mcd-account.h"
 #include "mcd-account-manager.h"
-#include "mcd-account-manager-query.h"
 #include "mcd-account-manager-priv.h"
 #include "mcd-account-priv.h"
 
diff --git a/src/mcd-account-manager-query.h b/src/mcd-account-manager-query.h
deleted file mode 100644
index 6c82666..0000000
--- a/src/mcd-account-manager-query.h
+++ /dev/null
@@ -1,32 +0,0 @@
-/* vi: set et sw=4 ts=8 cino=t0,(0: */
-/* -*- Mode: C; indent-tabs-mode: nil; c-basic-offset: 4; tab-width: 8 -*- */
-/*
- * mcd-account.h - the Telepathy Account D-Bus interface (service side)
- *
- * Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/>
- * Copyright (C) 2008 Nokia Corporation
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
- */
-
-#ifndef __MCD_ACCOUNT_MANAGER_QUERY_H__
-#define __MCD_ACCOUNT_MANAGER_QUERY_H__
-
-#include <glib.h>
-
-G_BEGIN_DECLS
-
-G_END_DECLS
-#endif
diff --git a/src/mcd-account-manager.c b/src/mcd-account-manager.c
index c27bc01..1c5b4ac 100644
--- a/src/mcd-account-manager.c
+++ b/src/mcd-account-manager.c
@@ -37,7 +37,6 @@
 #include <telepathy-glib/svc-generic.h>
 #include <telepathy-glib/util.h>
 #include <telepathy-glib/errors.h>
-#include "mcd-account-manager-query.h"
 #include "mcd-account-manager-priv.h"
 #include "mcd-account.h"
 #include "mcd-account-config.h"
diff --git a/src/mcd-account-priv.h b/src/mcd-account-priv.h
index 831887f..a3da09f 100644
--- a/src/mcd-account-priv.h
+++ b/src/mcd-account-priv.h
@@ -29,7 +29,6 @@
 #include "mcd-account.h"
 #include "mcd-account-compat.h"
 #include "mcd-account-config.h"
-#include "mcd-account-requests.h"
 #include "mcd-channel.h"
 #include "mcd-dbusprop.h"
 
diff --git a/src/mcd-account-requests.c b/src/mcd-account-requests.c
index 9240de0..568bc5a 100644
--- a/src/mcd-account-requests.c
+++ b/src/mcd-account-requests.c
@@ -36,7 +36,6 @@
 #include <telepathy-glib/util.h>
 #include "mcd-account.h"
 #include "mcd-account-priv.h"
-#include "mcd-account-requests.h"
 #include "mcd-account-manager.h"
 #include "mcd-dispatcher-priv.h"
 #include "mcd-channel-priv.h"
diff --git a/src/mcd-account-requests.h b/src/mcd-account-requests.h
deleted file mode 100644
index d22c2e0..0000000
--- a/src/mcd-account-requests.h
+++ /dev/null
@@ -1,30 +0,0 @@
-/* vi: set et sw=4 ts=4 cino=t0,(0: */
-/* -*- Mode: C; indent-tabs-mode: nil; c-basic-offset: 4; tab-width: 4 -*- */
-/*
- * mcd-account.h - the Telepathy Account D-Bus interface (service side)
- *
- * Copyright (C) 2008 Nokia Corporation
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
- */
-
-#ifndef __MCD_ACCOUNT_REQUESTS_H__
-#define __MCD_ACCOUNT_REQUESTS_H__
-
-#include <glib.h>
-
-G_BEGIN_DECLS
-G_END_DECLS
-#endif
diff --git a/src/mcd-account-stats.c b/src/mcd-account-stats.c
index 3092f5b..9a3907b 100644
--- a/src/mcd-account-stats.c
+++ b/src/mcd-account-stats.c
@@ -29,7 +29,6 @@
 
 #include "mcd-account.h"
 #include "mcd-account-priv.h"
-#include "mcd-account-stats.h"
 #include "mcd-account-manager.h"
 #include "_gen/interfaces.h"
 #include "_gen/gtypes.h"
diff --git a/src/mcd-account-stats.h b/src/mcd-account-stats.h
deleted file mode 100644
index 3125c90..0000000
--- a/src/mcd-account-stats.h
+++ /dev/null
@@ -1,32 +0,0 @@
-/* vi: set et sw=4 ts=8 cino=t0,(0: */
-/* -*- Mode: C; indent-tabs-mode: nil; c-basic-offset: 4; tab-width: 8 -*- */
-/*
- * mcd-account.h - the Telepathy Account D-Bus interface (service side)
- *
- * Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/>
- * Copyright (C) 2008 Nokia Corporation
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
- */
-
-#ifndef __MCD_ACCOUNT_STATS_H__
-#define __MCD_ACCOUNT_STATS_H__
-
-#include <glib.h>
-
-G_BEGIN_DECLS
-
-G_END_DECLS
-#endif
diff --git a/src/mcd-account.c b/src/mcd-account.c
index b517ede..44184b6 100644
--- a/src/mcd-account.c
+++ b/src/mcd-account.c
@@ -40,10 +40,7 @@
 #include "mcd-account-priv.h"
 #include "mcd-account-compat.h"
 #include "mcd-account-conditions.h"
-#include "mcd-account-connection.h"
 #include "mcd-account-manager-priv.h"
-#include "mcd-account-requests.h"
-#include "mcd-account-stats.h"
 #include "mcd-connection-plugin.h"
 #include "mcd-connection-priv.h"
 #include "mcd-misc.h"
diff --git a/src/mcd-channel.c b/src/mcd-channel.c
index 6875d62..200e7ee 100644
--- a/src/mcd-channel.c
+++ b/src/mcd-channel.c
@@ -44,7 +44,6 @@
 #include <telepathy-glib/util.h>
 
 #include "mcd-account-priv.h"
-#include "mcd-account-requests.h"
 #include "mcd-channel-priv.h"
 #include "mcd-enum-types.h"
 #include "_gen/gtypes.h"
diff --git a/src/mcd-connection.c b/src/mcd-connection.c
index db9d344..c7343c1 100644
--- a/src/mcd-connection.c
+++ b/src/mcd-connection.c
@@ -59,7 +59,6 @@
 #include "mcd-channel-priv.h"
 #include "mcd-connection-priv.h"
 #include "mcd-dispatcher-priv.h"
-#include "mcd-account-connection.h"
 #include "mcd-channel.h"
 #include "mcd-provisioning-factory.h"
 #include "mcd-misc.h"
diff --git a/src/mcd-dispatcher.c b/src/mcd-dispatcher.c
index e090145..479c521 100644
--- a/src/mcd-dispatcher.c
+++ b/src/mcd-dispatcher.c
@@ -44,7 +44,6 @@
 
 #include "mcd-signals-marshal.h"
 #include "mcd-account-priv.h"
-#include "mcd-account-requests.h"
 #include "mcd-connection.h"
 #include "mcd-channel.h"
 #include "mcd-master.h"
diff --git a/src/mcd-master.c b/src/mcd-master.c
index d52d32e..31d0d53 100644
--- a/src/mcd-master.c
+++ b/src/mcd-master.c
@@ -67,7 +67,6 @@
 #include "mcd-account-priv.h"
 #include "mcd-plugin.h"
 #include "mcd-transport.h"
-#include "mcd-account-connection.h"
 
 #include <libmcclient/mc-errors.h>
 
-- 
1.5.6.5




More information about the telepathy-commits mailing list