Skip to content

Commit fab0e20

Browse files
committed
Code cleanup.
1 parent 7274094 commit fab0e20

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

src/Gwt/Client.php

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -330,23 +330,6 @@ public function getWebsite()
330330
return $this->_website;
331331
}
332332

333-
334-
/**
335-
* Sets features that should be downloaded.
336-
*
337-
* @param array $tables For valid values see getAllowedTableNames() method
338-
* @return $this
339-
*/
340-
public function setTables(array $tables)
341-
{
342-
$this->_tables = array_intersect(
343-
$this->getAllowedTableNames(),
344-
$tables
345-
);
346-
347-
return $this;
348-
}
349-
350333
/**
351334
* Sets date range for download data.
352335
*

0 commit comments

Comments
 (0)