* mu-runtime.c, mu-util.c: remove mu_util_init_system

- no longer needed, since we no longer need to special case the BSDs
This commit is contained in:
djcb
2012-03-19 20:47:38 +02:00
parent 58ecdd78b7
commit de4836a874
3 changed files with 4 additions and 40 deletions

View File

@ -29,15 +29,6 @@
G_BEGIN_DECLS
/**
* do system-specific initialization. should be called before anything
* else. Initializes the locale and Gtype. Note: this function is
* called by mu_runtime_init.
*
* @return TRUE if is succeeds, FALSE otherwise
*/
gboolean mu_util_init_system (void);
/**
* get the expanded path; ie. perform shell expansion on the path. the
* path does not have to exist