[Libreoffice-commits] core.git: vcl/inc

Tor Lillqvist tml at collabora.com
Wed Jan 6 04:36:53 PST 2016


 vcl/inc/window.h |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 409d1817b8d0d0364c6e07f5a4ae14da8bc6a852
Author: Tor Lillqvist <tml at collabora.com>
Date:   Wed Jan 6 14:31:37 2016 +0200

    Bin unneeded forward declarations
    
    Change-Id: Ia5e53ab06c3c2097602520023cb53883baa434fe

diff --git a/vcl/inc/window.h b/vcl/inc/window.h
index 62f301d..18ff765 100644
--- a/vcl/inc/window.h
+++ b/vcl/inc/window.h
@@ -41,13 +41,10 @@
 #include <vector>
 #include <set>
 
-struct SalPaintEvent;
 struct ImplDelData;
-struct ImplAccessibleInfos;
 
 namespace vcl {
     class Window;
-    struct ControlLayoutData;
 }
 
 class FixedText;


More information about the Libreoffice-commits mailing list