From 0cc3e85685496f1dd5b742c42d0b2903b9f0c735 Mon Sep 17 00:00:00 2001 From: bunnei Date: Wed, 25 Jun 2014 17:32:09 -0400 Subject: Core: Removed unused directory_file_system and meta_file_system modules. Core: Updated CMakeLists.txt to remove directory_file_system and meta_file_system modules. --- src/core/system.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/core/system.h') diff --git a/src/core/system.h b/src/core/system.h index 09f1f6eb..8f8ddf87 100644 --- a/src/core/system.h +++ b/src/core/system.h @@ -5,7 +5,6 @@ #pragma once #include "common/emu_window.h" -#include "core/file_sys/meta_file_system.h" //////////////////////////////////////////////////////////////////////////////////////////////////// @@ -24,7 +23,6 @@ typedef enum { } State; extern volatile State g_state; -extern MetaFileSystem g_ctr_file_system; void UpdateState(State state); void Init(EmuWindow* emu_window); -- cgit v1.2.3