Remove some unused variables

This commit is contained in:
Twinaphex 2019-06-17 15:30:31 +02:00
parent 5db8da3fc8
commit 2d6e56d049
2 changed files with 0 additions and 2 deletions

View File

@ -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))
{

View File

@ -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;