Remove internal webserver code entirely.

This commit is contained in:
Oliver Jowett 2016-12-29 18:35:35 +00:00
parent 64fd61cffc
commit 52464b97c1
5 changed files with 0 additions and 240 deletions

View file

@ -95,11 +95,6 @@ struct stats {
// total messages:
uint32_t messages_total;
#ifdef ENABLE_WEBSERVER
// network:
uint32_t http_requests;
#endif
// CPR decoding:
unsigned int cpr_surface;
unsigned int cpr_airborne;