Removed unnecessary call to check_prefs_dir() in load_config().

This function is called in save_config(), where it is actually needed.
This commit is contained in:
Diogo Sousa 2013-05-12 23:25:36 +01:00
parent 7238853f0f
commit f023de0faf
1 changed files with 0 additions and 1 deletions

View File

@ -624,7 +624,6 @@ load_config (void)
char out[256];
#endif
check_prefs_dir ();
username = g_get_user_name ();
if (!username)
username = "root";