From 49f94b82b4a9431c0db7327038695790bafdfd31 Mon Sep 17 00:00:00 2001 From: archshift Date: Wed, 18 Feb 2015 22:37:01 -0800 Subject: Remove "super lame/broken" file_search compilation unit that was leftover from Dolphin --- src/common/file_search.h | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 src/common/file_search.h (limited to 'src/common/file_search.h') diff --git a/src/common/file_search.h b/src/common/file_search.h deleted file mode 100644 index 55ca02638..000000000 --- a/src/common/file_search.h +++ /dev/null @@ -1,23 +0,0 @@ -// Copyright 2013 Dolphin Emulator Project / 2014 Citra Emulator Project -// Licensed under GPLv2 or any later version -// Refer to the license.txt file included. - -#pragma once - -#include -#include - -class CFileSearch -{ -public: - typedef std::vectorXStringVector; - - CFileSearch(const XStringVector& _rSearchStrings, const XStringVector& _rDirectories); - const XStringVector& GetFileNames() const; - -private: - - void FindFiles(const std::string& _searchString, const std::string& _strPath); - - XStringVector m_FileNames; -}; -- cgit v1.2.3