From 0ad0034cc653a7679cfafdad366c0e59aba7e993 Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Thu, 13 Jul 2017 11:15:56 +0200 Subject: [PATCH] [5329] Removed invalid comment. --- src/lib/hooks/callout_manager.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/lib/hooks/callout_manager.h b/src/lib/hooks/callout_manager.h index 886ec0fc75..bf68f974d4 100644 --- a/src/lib/hooks/callout_manager.h +++ b/src/lib/hooks/callout_manager.h @@ -114,10 +114,6 @@ public: /// @ref LibraryHandle::registerCommandHandler can install callouts on this /// hook point. /// -/// The @ref CalloutManager::registerCommandHandler is called from the -/// @ref LibraryHandle object when the hook library installs control command -/// handlers in its @c load() function. -/// /// Note that the callout functions do not access the CalloutManager: instead, /// they use a LibraryHandle object. This contains an internal pointer to /// the CalloutManager, but provides a restricted interface. In that way, -- 2.47.3