From 8677ea653fab67f0ebd56a11be6031618e3ae152 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 12 May 2014 23:37:34 +0200 Subject: remove private properties that are not used --- http/textdownloadresponse.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'http') diff --git a/http/textdownloadresponse.php b/http/textdownloadresponse.php index ac6e8153e..a0821f43a 100644 --- a/http/textdownloadresponse.php +++ b/http/textdownloadresponse.php @@ -20,8 +20,6 @@ namespace OCA\News\Http; class TextDownloadResponse extends DownloadResponse { private $content; - private $filename; - private $contentType; /** * Creates a response that prompts the user to download a file which -- cgit v1.2.3