mirror of
https://github.com/dhewm/dhewm3.git
synced 2025-02-12 07:05:27 +00:00
Get rid of sysMemoryStats_t
Unused.
This commit is contained in:
parent
68284f9a09
commit
84717833e1
1 changed files with 0 additions and 11 deletions
|
@ -84,17 +84,6 @@ struct sysEvent_t {
|
||||||
void * evPtr; // this must be manually freed if not NULL
|
void * evPtr; // this must be manually freed if not NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
struct sysMemoryStats_t {
|
|
||||||
int memoryLoad;
|
|
||||||
int totalPhysical;
|
|
||||||
int availPhysical;
|
|
||||||
int totalPageFile;
|
|
||||||
int availPageFile;
|
|
||||||
int totalVirtual;
|
|
||||||
int availVirtual;
|
|
||||||
int availExtendedVirtual;
|
|
||||||
};
|
|
||||||
|
|
||||||
enum sysPath_t {
|
enum sysPath_t {
|
||||||
PATH_BASE,
|
PATH_BASE,
|
||||||
PATH_CONFIG,
|
PATH_CONFIG,
|
||||||
|
|
Loading…
Reference in a new issue