From d3b4874af0cd4c4eac737ef79afc802318b4ad02 Mon Sep 17 00:00:00 2001 From: Asdow <20314541+Asdow@users.noreply.github.com> Date: Sat, 7 Oct 2023 22:43:26 +0300 Subject: [PATCH] Remove unused global --- Standard Gaming Platform/vobject.cpp | 1 - Standard Gaming Platform/vobject.h | 1 - 2 files changed, 2 deletions(-) diff --git a/Standard Gaming Platform/vobject.cpp b/Standard Gaming Platform/vobject.cpp index d8ade50c..c784a383 100644 --- a/Standard Gaming Platform/vobject.cpp +++ b/Standard Gaming Platform/vobject.cpp @@ -51,7 +51,6 @@ -HLIST ghVideoObjects = NULL; BOOLEAN gfVideoObjectsInit=FALSE; #ifndef SGP_VIDEO_DEBUGGING diff --git a/Standard Gaming Platform/vobject.h b/Standard Gaming Platform/vobject.h index 0cdd5553..c4964899 100644 --- a/Standard Gaming Platform/vobject.h +++ b/Standard Gaming Platform/vobject.h @@ -225,7 +225,6 @@ BOOLEAN GetETRLEPixelValue( UINT8 * pDest, HVOBJECT hVObject, UINT16 usETLREInde // Globals // // **************************************************************************** -extern HLIST ghVideoObjects; // **************************************************************************** //