mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-20 09:48:28 +00:00
Remove useless #if (thanks to Henrik Pauli for pointing this).
This commit is contained in:
parent
ef2ce842c7
commit
0061ba8deb
1 changed files with 0 additions and 4 deletions
|
|
@ -1330,11 +1330,7 @@ handle_configfile_migration()
|
||||||
char *old_cfg_gui;
|
char *old_cfg_gui;
|
||||||
char *old_cfg_cli;
|
char *old_cfg_cli;
|
||||||
char *new_cfg;
|
char *new_cfg;
|
||||||
#if !defined(_WIN32_WCE)
|
|
||||||
const char *home = getenv("HOME");
|
const char *home = getenv("HOME");
|
||||||
#else
|
|
||||||
const char *home = ".";
|
|
||||||
#endif /*_WIN32_WCE*/
|
|
||||||
new_cfg = ms_strdup_printf("%s/.linphonerc", home);
|
new_cfg = ms_strdup_printf("%s/.linphonerc", home);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue