[telepathy-mission-control/master] Remove unused mcd-filtering-int.h from git

Simon McVittie simon.mcvittie at collabora.co.uk
Wed Sep 9 11:37:48 PDT 2009


It's not distributed in tarballs, or compiled.
---
 doc/reference/libmissioncontrol-server/Makefile.am |    3 +--
 src/mcd-filtering-int.h                            |   17 -----------------
 2 files changed, 1 insertions(+), 19 deletions(-)
 delete mode 100644 src/mcd-filtering-int.h

diff --git a/doc/reference/libmissioncontrol-server/Makefile.am b/doc/reference/libmissioncontrol-server/Makefile.am
index f3a1bf5..7aa5c68 100644
--- a/doc/reference/libmissioncontrol-server/Makefile.am
+++ b/doc/reference/libmissioncontrol-server/Makefile.am
@@ -43,8 +43,7 @@ CFILE_GLOB=$(top_srcdir)/src/*.c
 
 # Header files to ignore when scanning.
 # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
-IGNORE_HFILES= mcd-filtering-int.h \
-	       stamp-mcd-enum-types.h \
+IGNORE_HFILES= stamp-mcd-enum-types.h \
 	       mcd-service-gen.h \
 	       mcd-signals-marshal.h
 
diff --git a/src/mcd-filtering-int.h b/src/mcd-filtering-int.h
deleted file mode 100644
index d5436e3..0000000
--- a/src/mcd-filtering-int.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef _MCD_FILTERS_INT_H
-#define _MCD_FILTERS_INT_H
-
-#include "mcd-filtering.h"
-
-/* Internals of the filter-processing mechanism */
-
-void dispose_state_machine_data (mcdf_context_t sm_ctx);
-void start_channel_handler (mcdf_context_t ctx);
-void dispose_channel_request (ChanHandlerReq * request);
-void drop_channel_handler (mcdf_context_t ctx);
-void enter_state_machine (guint request_id, ChanHandlerReq * chan_req);
-
-
-
-
-#endif
-- 
1.5.6.5




More information about the telepathy-commits mailing list