remove unused fuction
This commit is contained in:
Rick Watson 2020-03-28 21:30:10 +00:00
parent fb7053610f
commit c47ea49a5d
3 changed files with 1151 additions and 835 deletions

File diff suppressed because it is too large Load Diff

View File

@ -3,12 +3,12 @@
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@material-ui/core": "^4.9.1", "@material-ui/core": "^4.9.8",
"@material-ui/icons": "^4.9.1", "@material-ui/icons": "^4.9.1",
"@types/jwt-decode": "^2.2.1", "@types/jwt-decode": "^2.2.1",
"@types/node": "^12.12.22", "@types/node": "^12.12.32",
"@types/react": "^16.9.17", "@types/react": "^16.9.27",
"@types/react-dom": "^16.9.4", "@types/react-dom": "^16.9.5",
"@types/react-material-ui-form-validator": "^2.0.5", "@types/react-material-ui-form-validator": "^2.0.5",
"@types/react-router": "^5.1.3", "@types/react-router": "^5.1.3",
"@types/react-router-dom": "^5.1.3", "@types/react-router-dom": "^5.1.3",
@ -17,13 +17,13 @@
"mime-types": "^2.1.25", "mime-types": "^2.1.25",
"moment": "^2.24.0", "moment": "^2.24.0",
"notistack": "^0.9.7", "notistack": "^0.9.7",
"react": "^16.12.0", "react": "^16.13.1",
"react-dom": "^16.12.0", "react-dom": "^16.13.1",
"react-form-validator-core": "^0.6.4", "react-form-validator-core": "^0.6.4",
"react-material-ui-form-validator": "^2.0.10", "react-material-ui-form-validator": "^2.0.10",
"react-router": "^5.1.2", "react-router": "^5.1.2",
"react-router-dom": "^5.1.2", "react-router-dom": "^5.1.2",
"react-scripts": "3.3.1", "react-scripts": "3.4.1",
"typescript": "^3.7.5", "typescript": "^3.7.5",
"zlib": "^1.0.5" "zlib": "^1.0.5"
}, },

View File

@ -42,7 +42,6 @@ class NTPSettingsService : public AdminSettingsService<NTPSettings> {
void readFromJsonObject(JsonObject& root); void readFromJsonObject(JsonObject& root);
void writeToJsonObject(JsonObject& root); void writeToJsonObject(JsonObject& root);
void onConfigUpdated(); void onConfigUpdated();
void receivedNTPtime();
private: private:
bool _reconfigureNTP = false; bool _reconfigureNTP = false;