summaryrefslogtreecommitdiffstats
path: root/core/db.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/db.php')
-rw-r--r--core/db.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/core/db.php b/core/db.php
index ed9a0ee98..507f6ed85 100644
--- a/core/db.php
+++ b/core/db.php
@@ -25,12 +25,6 @@ namespace OCA\News\Core;
class Db {
- protected $appName;
-
- public function __construct($appName) {
- $this->appName = $appName;
- }
-
/**
* Used to abstract the owncloud database access away