X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fconfig.c;h=d0c4a9f1322545d2e9b87591a195d8ac6c82bdd0;hb=82abbc606cc5e3d9c26e2ab6d36e093ed86ae1bf;hp=5751a16173198a2ae43ec26ebb6d3c57470fa344;hpb=8e453e73a1f6cbbc133f45bf909488cf1cd12fc5;p=flatwaifu.git diff --git a/src/config.c b/src/config.c index 5751a16..d0c4a9f 100644 --- a/src/config.c +++ b/src/config.c @@ -24,15 +24,11 @@ #include #include #include -//#include -//#include #include "config.h" #include "vga.h" #include "error.h" #include "sound.h" -#include "keyb.h" #include "files.h" -#include "memory.h" #include "view.h" #include "player.h" #include "my.h" @@ -94,7 +90,7 @@ static cfg_t cfg[]={ {NULL,"pl2_prev", &pl2.kwl,KEY,0}, {NULL,"pl2_use", &pl2.kp,KEY,0}, {"config",NULL,cfg_file,STRING,0}, - {NULL,NULL,NONE,0} + {NULL,NULL,NULL,NONE,0} };