X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-runtime.h;h=304739da28de550e916aad0d3d55c64091a52b19;hb=398d45654eaaefd1a20631a343192f68a6025dcd;hp=d84b43cb1eecb9d8bd697cda7eb87d53467a02fb;hpb=bf831b6566516e6b57de7a64afb732eb8686e792;p=modest diff --git a/src/modest-runtime.h b/src/modest-runtime.h index d84b43c..304739d 100644 --- a/src/modest-runtime.h +++ b/src/modest-runtime.h @@ -68,18 +68,6 @@ gboolean modest_runtime_init (void); /** - * modest_runtime_init_ui: - * @argc: the #argc argument to the main function - * @argv: the #argv argument to the main function - * - * initialize the modest UI; this replaces the call to - * gtk_init - * - * TRUE if this succeeded, FALSE otherwise. - */ -gboolean modest_runtime_init_ui (gint argc, gchar** argv); - -/** * modest_runtime_uinit: * * uninitialize the modest runtime system; free all the @@ -88,7 +76,6 @@ gboolean modest_runtime_init_ui (gint argc, gchar** argv); * TRUE if this succeeded, FALSE otherwise */ gboolean modest_runtime_uninit (void); - /**