diff options
Diffstat (limited to 'lib/FormatInterface.php')
-rw-r--r-- | lib/FormatInterface.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/FormatInterface.php b/lib/FormatInterface.php index 82049d41..5fd46ef9 100644 --- a/lib/FormatInterface.php +++ b/lib/FormatInterface.php @@ -27,13 +27,6 @@ interface FormatInterface { public function stringify(); /** - * Display the current data to the user - * - * @return self The format object - */ - public function display(); - - /** * Set items * * @param array $bridges The items |