diff --git a/CHANGELOG.md b/CHANGELOG.md index 41a071bc..3637eef0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [Unreleased] + +### Fixed + +- Remove dead webservices hook registration + ## [4.0.4] - 2026-07-31 ### Fixed diff --git a/setup.php b/setup.php index 1f804a9a..deb32f1b 100644 --- a/setup.php +++ b/setup.php @@ -101,9 +101,6 @@ function plugin_init_pdf() // End init, when all types are registered by all plugins $PLUGIN_HOOKS['post_init']['pdf'] = 'plugin_pdf_postinit'; - - // Integration with WebService plugin - $PLUGIN_HOOKS['webservices']['pdf'] = 'plugin_pdf_registerMethods'; }