diff options
Diffstat (limited to 'framework/Web/Services/TPageService.php')
-rw-r--r-- | framework/Web/Services/TPageService.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/framework/Web/Services/TPageService.php b/framework/Web/Services/TPageService.php index 3218138e..520c4187 100644 --- a/framework/Web/Services/TPageService.php +++ b/framework/Web/Services/TPageService.php @@ -344,11 +344,6 @@ class TPageService extends TComponent implements IService throw new TConfigurationException('pageservice_basepath_invalid',$value);
}
- protected function createHtmlTextWriter()
- {
- $writer=new THtmlTextWriter($this->_application->getResponse());
- }
-
/**
* Runs the service.
* This will create the requested page, initializes it with the property values
|