Clean up Web UI code

This commit is contained in:
Christophe Dumez
2011-09-25 14:37:04 +03:00
parent 61faf34ef7
commit 5fe562c0fa
3 changed files with 2 additions and 7 deletions

View File

@@ -41,10 +41,6 @@ void HttpResponseGenerator::setMessage(const QString& message) {
setMessage(message.toUtf8());
}
void HttpResponseGenerator::stripMessage() {
message.clear();
}
void HttpResponseGenerator::setContentTypeByExt(const QString& ext) {
if(ext == "css") {
setContentType("text/css");