diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-11-28 19:24:45 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-11-29 23:32:32 +0100 |
| commit | db53687617961f5ae0c68d630472f2d9d927b4d4 (patch) | |
| tree | 0f1e2eaae58bd7252a28acc417ba227145d61cc3 /src/lib/config.h | |
| parent | f620b345e313b8195ffd631bb4af80b003bfba29 (diff) | |
Remove config of grok server port (#2900).
The server now always uses port 80.
Diffstat (limited to 'src/lib/config.h')
| -rw-r--r-- | src/lib/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/config.h b/src/lib/config.h index 52fe47b3f..45ac7ffb8 100644 --- a/src/lib/config.h +++ b/src/lib/config.h @@ -657,7 +657,6 @@ public: boost::filesystem::path binary_location; int selected = 0; std::string licence_server; - int licence_port = 5000; std::string licence; }; |
