Revert "Add systemPreferences.registerDefaults()"

This commit is contained in:
Alexey Kuzmin 2017-12-12 13:59:15 +03:00 committed by GitHub
parent 19f1fef040
commit 1caa04c0bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 0 additions and 63 deletions

View file

@ -73,7 +73,6 @@ class SystemPreferences : public mate::EventEmitter<SystemPreferences>
void UnsubscribeLocalNotification(int request_id);
v8::Local<v8::Value> GetUserDefault(const std::string& name,
const std::string& type);
void RegisterDefaults(mate::Arguments* args);
void SetUserDefault(const std::string& name,
const std::string& type,
mate::Arguments* args);