Skip to content

Commit

Permalink
Remove setting of special://profile path from OnSettingsLoading(); sp…
Browse files Browse the repository at this point in the history
…ecial://profile path is already set to the correct path when the settings are being loaded.
  • Loading branch information
leechguy committed May 11, 2013
1 parent 570362f commit 1f2d631
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions xbmc/profiles/ProfilesManager.cpp
Expand Up @@ -82,8 +82,6 @@ CProfilesManager& CProfilesManager::Get()


bool CProfilesManager::OnSettingsLoading() bool CProfilesManager::OnSettingsLoading()
{ {
CSpecialProtocol::SetProfilePath(GetProfileUserDataFolder());

return true; return true;
} }


Expand Down

0 comments on commit 1f2d631

Please sign in to comment.