From cdf8d103f1ed6a932eb30b589b578d23ca66a514 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 10 May 2021 18:49:44 +0200 Subject: Add downloader, fix room navigation lag Fix bug where getting next page fails if there is no search bar --- src/main.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 3383363..89d824d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,12 +1,8 @@ #include "../include/QuickMedia.hpp" -#include -#include #include int main(int argc, char **argv) { - chdir(dirname(argv[0])); setlocale(LC_ALL, "C"); // Sigh... stupid C - XInitThreads(); QuickMedia::Program program; return program.run(argc, argv); } -- cgit v1.2.3