From e4f400f0d659b835b748fb4dcea4baaa110264fc Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 6 Aug 2020 22:50:26 +1000 Subject: Cleanup: undeclared warnings --- source/blender/windowmanager/xr/intern/wm_xr_session.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/windowmanager/xr/intern/wm_xr_session.c') diff --git a/source/blender/windowmanager/xr/intern/wm_xr_session.c b/source/blender/windowmanager/xr/intern/wm_xr_session.c index 8e7101ddcd5..c564f74b771 100644 --- a/source/blender/windowmanager/xr/intern/wm_xr_session.c +++ b/source/blender/windowmanager/xr/intern/wm_xr_session.c @@ -41,8 +41,8 @@ #include "wm_window.h" #include "wm_xr_intern.h" -wmSurface *g_xr_surface = NULL; -CLG_LogRef LOG = {"wm.xr"}; +static wmSurface *g_xr_surface = NULL; +static CLG_LogRef LOG = {"wm.xr"}; /* -------------------------------------------------------------------- */ -- cgit v1.2.3