diff options
Diffstat (limited to 'apps/prefs.h')
-rw-r--r-- | apps/prefs.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/prefs.h b/apps/prefs.h index 8fee0ce..fcccfec 100644 --- a/apps/prefs.h +++ b/apps/prefs.h @@ -13,9 +13,6 @@ class PrefRegistrySyncable; namespace apps { -// Register preferences for the apps system. -void RegisterPrefs(PrefRegistrySimple* registry); - // Register per-profile preferences for the apps system. void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry); |