Remove remnants of the old HTTP server

This commit is contained in:
Lauri Kasanen
2020-09-21 13:17:11 +03:00
parent 6e5a837c21
commit 49f9ce8e5b
10 changed files with 1 additions and 805 deletions

View File

@@ -86,12 +86,6 @@ namespace rfb {
void setStatusLocation(bool* status) {statusLocation = status;}
// -=- Used (indirectly) by JavaViewer to get desktop size
Point getFbSize();
friend class SDisplayCore;
static IntParameter updateMethod;
static BoolParameter disableLocalInputs;
static StringParameter disconnectAction;