Fix modest_tny_msg_header_get_all_recipients_list (in case from is empty)
[modest] / src / maemo / modest-maemo-utils.h
index 95a9697..c845d1f 100644 (file)
@@ -33,7 +33,6 @@
 
 #include <gtk/gtk.h>
 #include <stdio.h> /* for FILE* */
-#include <modest-protocol-info.h>
 #include <tny-fs-stream.h>
 #include <libosso.h>
 #include "widgets/modest-global-settings-dialog.h"
@@ -75,15 +74,6 @@ void modest_maemo_utils_setup_images_filechooser (GtkFileChooser *chooser);
 osso_context_t *modest_maemo_utils_get_osso_context (void);
 
 /**
- * modest_maemo_open_mcc_mapping_file:
- *
- * open the mcc mapping file, or NULL if it fails
- *
- * Returns: file ptr or NULL in case of error
- */
-FILE* modest_maemo_open_mcc_mapping_file (void);
-
-/**
  * modest_maemo_set_thumbable_scrollbar:
  * @win: a scrollable window
  * @thumbable: set it to thumbable (TRUE) or small (FALSE)
@@ -124,8 +114,4 @@ void modest_maemo_utils_set_osso_context (osso_context_t *osso_context);
  */
 GtkWidget *modest_maemo_utils_get_manager_menubar_as_menu (GtkUIManager *manager, const gchar *item_name);
 
-void modest_maemo_utils_on_entry_invalid_character (ModestValidatingEntry *self, 
-                                                   const gchar* character, 
-                                                   gpointer user_data);
-
 #endif /*__MODEST_MAEMO_UTILS_H__*/