From 47ac1ffe396607bb1258afeba4d2b644321c58ed Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 19 Apr 2011 15:26:35 +0200 Subject: daemon: remove unused dbus calls and their support code Signed-off-by: Denys Vlasenko --- src/include/abrt_types.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/include') diff --git a/src/include/abrt_types.h b/src/include/abrt_types.h index 200946e1..71cd67e1 100644 --- a/src/include/abrt_types.h +++ b/src/include/abrt_types.h @@ -65,14 +65,6 @@ typedef std::map map_map_string_t; typedef std::map map_vector_string_t; typedef std::map map_vector_pair_string_string_t; -/* Report() method return type */ -typedef map_vector_string_t report_status_t; -/* map_vector_string_t's vector element meaning: */ -#define REPORT_STATUS_IDX_FLAG 0 -#define REPORT_STATUS_IDX_MSG 1 -/* Holds result of .conf file section parsing: map["name"] = "value" */ -typedef map_string_t map_plugin_settings_t; - #endif /* __cplusplus */ #endif -- cgit