app_server/html5: Drop unused and uninitalized members

This commit is contained in:
Alexander von Gluck IV 2014-08-07 21:09:35 +00:00
parent e4860647b2
commit 2a3020ac9d
1 changed files with 0 additions and 3 deletions

View File

@ -50,9 +50,6 @@ private:
BString fType; // MIME
BDataIO * fData;
StreamingRingBuffer * fTarget;
thread_id fReceiverThread;
bool fStopThread;
};
#endif // WEB_HANDLER_H