Remove more SDL references

This commit is contained in:
Godzil
2020-11-14 20:27:58 +00:00
parent 8976d4363f
commit 564e0ea2e6
3 changed files with 1 additions and 6 deletions

View File

@@ -15,7 +15,6 @@
#include <fcntl.h>
#include <time.h>
#include <unistd.h>
#include "SDL.h"
#include "source/log.h"
#include "source/rom.h"
#include "source/nec/nec.h"
@@ -122,9 +121,6 @@ int ws_mk_ieppath()
int main(int argc, char *argv[])
{
atexit(SDL_Quit);
SDL_Init(SDL_INIT_TIMER);
if (!log_init(LOG_PATH))
{
printf("Warning: cannot open log file %s\n",LOG_PATH);