mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 02:00:41 +00:00
Remove unused define
This commit is contained in:
parent
2fdfe55edd
commit
baa6fff3e1
@ -27,11 +27,9 @@ extern "C" {
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#undef TEMP_EXTENSION
|
|
||||||
#undef USER_AGENT
|
#undef USER_AGENT
|
||||||
#define USER_AGENT "RetroArch-WIMP/" PACKAGE_VERSION
|
#define USER_AGENT "RetroArch-WIMP/" PACKAGE_VERSION
|
||||||
#define PARTIAL_EXTENSION ".partial"
|
#define PARTIAL_EXTENSION ".partial"
|
||||||
#define TEMP_EXTENSION ".tmp"
|
|
||||||
#define THUMBNAIL_URL_HEADER "https://thumbnails.libretro.com/"
|
#define THUMBNAIL_URL_HEADER "https://thumbnails.libretro.com/"
|
||||||
#define THUMBNAIL_IMAGE_EXTENSION ".png"
|
#define THUMBNAIL_IMAGE_EXTENSION ".png"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user