From ebf9a784a9f7f4148a669dbb39e7cd50df779a14 Mon Sep 17 00:00:00 2001 From: James Rowe Date: Thu, 11 Jan 2018 19:21:20 -0700 Subject: Massive removal of unused modules --- src/citra/config.h | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 src/citra/config.h (limited to 'src/citra/config.h') diff --git a/src/citra/config.h b/src/citra/config.h deleted file mode 100644 index abc90f642..000000000 --- a/src/citra/config.h +++ /dev/null @@ -1,24 +0,0 @@ -// Copyright 2014 Citra Emulator Project -// Licensed under GPLv2 or any later version -// Refer to the license.txt file included. - -#pragma once - -#include -#include - -class INIReader; - -class Config { - std::unique_ptr sdl2_config; - std::string sdl2_config_loc; - - bool LoadINI(const std::string& default_contents = "", bool retry = true); - void ReadValues(); - -public: - Config(); - ~Config(); - - void Reload(); -}; -- cgit v1.2.3