diff --git a/core/observer.h b/core/observer.h index 1a6206b3c..75c083e5b 100644 --- a/core/observer.h +++ b/core/observer.h @@ -74,18 +74,6 @@ class OKULAR_EXPORT DocumentObserver Annotations = 16 ///< Annotations has been changed }; - /** - * Flags that can be sent from the document to all observers to - * inform them about area that has been changed. - */ - enum NotifyType { - Setup = 1, ///< The page is setup the first time - Viewport = 2, ///< The viewport has changed - Page = 4, ///< The page format (properties) has been changed - Contents = 8, ///< The page content has been changed - VisibleAreas = 16 ///< The visible are changed - }; - /** * This method is called whenever the document is initialized or reconstructed. *