From 72c58505965581bce792f755a3cf388149376f96 Mon Sep 17 00:00:00 2001
From: damiankloip <damian@damoweb.co.uk>
Date: Mon, 27 Aug 2012 10:10:32 +0200
Subject: [PATCH] Removed db_table property from ViewStorage.

---
 lib/Drupal/views/ViewStorage.php | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/lib/Drupal/views/ViewStorage.php b/lib/Drupal/views/ViewStorage.php
index db3a6d8d2a4f..3d8728587e07 100644
--- a/lib/Drupal/views/ViewStorage.php
+++ b/lib/Drupal/views/ViewStorage.php
@@ -22,11 +22,6 @@ public function id() {
     return $this->name;
   }
 
-  /**
-   * @var string
-   */
-  public $db_table;
-
   /**
    * Add a new display handler to the view, automatically creating an id.
    *
-- 
GitLab