Browse Source

Remove unused UWP defines (#1894)

* Unused UWP define removal

* Further removal of unusued UWP defines
pull/1896/head
Uneven Prankster 3 years ago
committed by GitHub
parent
commit
4e363b5479
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions
  1. +0
    -1
      src/config.h
  2. +0
    -3
      src/utils.c

+ 0
- 1
src/config.h View File

@ -224,4 +224,3 @@
// utils: Configuration values
//------------------------------------------------------------------------------------
#define MAX_TRACELOG_MSG_LENGTH 128 // Max length of one trace-log message
#define MAX_UWP_MESSAGES 512 // Max UWP messages to process

+ 0
- 3
src/utils.c View File

@ -56,9 +56,6 @@
#ifndef MAX_TRACELOG_MSG_LENGTH
#define MAX_TRACELOG_MSG_LENGTH 128 // Max length of one trace-log message
#endif
#ifndef MAX_UWP_MESSAGES
#define MAX_UWP_MESSAGES 512 // Max UWP messages to process
#endif
//----------------------------------------------------------------------------------
// Global Variables Definition

Loading…
Cancel
Save