From 9bfd742d8cdc4aab3dd817f13ab4cfa5cc60ae12 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 29 Mar 2017 11:41:17 +0200 Subject: loplugin:unusedmethods Change-Id: Ib008613fb06c82791c63d5b074a3e2ff1c3607a0 Reviewed-on: https://gerrit.libreoffice.org/35834 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/vcl/svapp.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/vcl/svapp.hxx') diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx index 533ba155e7fb..0af0d3862488 100644 --- a/include/vcl/svapp.hxx +++ b/include/vcl/svapp.hxx @@ -59,8 +59,6 @@ class Reflection; class NotifyEvent; class KeyEvent; class MouseEvent; -class ZoomEvent; -class ScrollEvent; struct ImplSVEvent; struct ConvertData; -- cgit