From ed8a9fca5247031daf530e6d2f3f1fb274d51906 Mon Sep 17 00:00:00 2001 From: Matthew Barbour Date: Wed, 3 Jun 2020 14:01:59 -0500 Subject: [PATCH] Removed function stub --- core/basepage.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/basepage.php b/core/basepage.php index d741062b..d92dafa4 100644 --- a/core/basepage.php +++ b/core/basepage.php @@ -257,10 +257,6 @@ class BasePage } } - public function flush_output(): void - { - } - /** * Display the page according to the mode and data given. */