Prevent warning

This commit is contained in:
Twinaphex 2020-03-05 15:20:16 +01:00
parent dfe64e3735
commit 1c302f26b3

View File

@ -8630,7 +8630,9 @@ bool command_event(enum event_command cmd, void *data)
bool history_list_enable = settings->bools.history_list_enable;
const char *path_content_history = settings->paths.path_content_history;
const char *path_content_music_history = settings->paths.path_content_music_history;
#if defined(HAVE_FFMPEG) || defined(HAVE_MPV)
const char *path_content_video_history = settings->paths.path_content_video_history;
#endif
const char *path_content_image_history = settings->paths.path_content_image_history;
command_event(CMD_EVENT_HISTORY_DEINIT, NULL);