diff options
Diffstat (limited to 'include/vcl/event.hxx')
-rw-r--r-- | include/vcl/event.hxx | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/include/vcl/event.hxx b/include/vcl/event.hxx index 9737bac576ec..3dfdf649b390 100644 --- a/include/vcl/event.hxx +++ b/include/vcl/event.hxx @@ -175,19 +175,6 @@ inline MouseEvent::MouseEvent( const Point& rPos, sal_uInt16 nClicks, mnCode = nButtons | nModifier; } -class VCL_DLLPUBLIC ZoomEvent -{ -public: - ZoomEvent() {} -}; - -class VCL_DLLPUBLIC ScrollEvent -{ -public: - ScrollEvent() {} -}; - - enum class HelpEventMode { NONE = 0x0000, |