[Bf-blender-cvs] [7d9731ef7de] vr_scene_inspection: Minor cleanup: Avoid forward declaration

Julian Eisel noreply at git.blender.org
Tue Mar 10 16:44:41 CET 2020


Commit: 7d9731ef7de581771027947080eab994296c3c75
Author: Julian Eisel
Date:   Tue Mar 10 16:05:06 2020 +0100
Branches: vr_scene_inspection
https://developer.blender.org/rB7d9731ef7de581771027947080eab994296c3c75

Minor cleanup: Avoid forward declaration

===================================================================

M	intern/ghost/intern/GHOST_XrSession.h

===================================================================

diff --git a/intern/ghost/intern/GHOST_XrSession.h b/intern/ghost/intern/GHOST_XrSession.h
index 9e57a86abad..a34d7f55e59 100644
--- a/intern/ghost/intern/GHOST_XrSession.h
+++ b/intern/ghost/intern/GHOST_XrSession.h
@@ -25,7 +25,6 @@
 #include <memory>
 
 class GHOST_XrContext;
-struct XrEventDataSessionStateChanged;
 struct OpenXRSessionData;
 struct GHOST_XrDrawInfo;
 struct GHOST_XrSwapchain;



More information about the Bf-blender-cvs mailing list