mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Remove some unused variables
This commit is contained in:
parent
5db8da3fc8
commit
2d6e56d049
@ -7996,7 +7996,6 @@ bool retroarch_main_init(int argc, char *argv[])
|
||||
|
||||
{
|
||||
const char *fullpath = path_get(RARCH_PATH_CONTENT);
|
||||
settings_t *settings = config_get_ptr();
|
||||
|
||||
if (!string_is_empty(fullpath))
|
||||
{
|
||||
|
@ -496,7 +496,6 @@ bool take_screenshot(
|
||||
bool silence, bool has_valid_framebuffer,
|
||||
bool fullpath, bool use_thread)
|
||||
{
|
||||
settings_t *settings = config_get_ptr();
|
||||
bool is_paused = false;
|
||||
bool is_idle = false;
|
||||
bool is_slowmotion = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user