commented out some unused static vars

This commit is contained in:
sezero
2018-08-03 19:44:40 +03:00
parent 9b83acbefd
commit dc5f7d0065
2 changed files with 4 additions and 0 deletions

View File

@@ -109,6 +109,7 @@
#include "fxglide.h"
#if 0 /* unused */
static const FxU32 _gr_aspect_index_table[] =
{
3,
@@ -119,6 +120,7 @@ static const FxU32 _gr_aspect_index_table[] =
2,
3,
};
#endif
static FxBool ReadDataShort(FILE *, FxU16 *data);
static FxBool ReadDataLong(FILE *, FxU32 *data);

View File

@@ -78,6 +78,7 @@ const FxPlatformIOProcs ioProcsLinux = {
pciSetPassThroughBaseLinux
};
#if 0 /* unused */
static const FxU32 PCI_VENDOR_ID_LINUX = 0x0;
static const FxU32 PCI_DEVICE_ID_LINUX = 0x2;
static const FxU32 PCI_COMMAND_LINUX = 0x4;
@@ -85,6 +86,7 @@ static const FxU32 PCI_BASE_ADDRESS_0_LINUX = 0x10;
static const FxU32 SST1_PCI_INIT_ENABLE_LINUX = 0x40;
static const FxU32 SST1_PCI_BUS_SNOOP0_LINUX = 0x44;
static const FxU32 SST1_PCI_BUS_SNOOP1_LINUX = 0x48;
#endif
static int linuxDevFd=-1;
#ifdef __FreeBSD__