forked from teamnwah/openmw-tes3coop
Remove unused file
This commit is contained in:
parent
f1413ca56b
commit
c6edb0288a
5 changed files with 1 additions and 38 deletions
|
@ -25,7 +25,7 @@ add_openmw_dir (mwinput
|
||||||
|
|
||||||
add_openmw_dir (mwgui
|
add_openmw_dir (mwgui
|
||||||
textinput widgets race class birth review windowmanagerimp console dialogue
|
textinput widgets race class birth review windowmanagerimp console dialogue
|
||||||
dialoguehistory windowbase statswindow messagebox journalwindow charactercreation
|
windowbase statswindow messagebox journalwindow charactercreation
|
||||||
mapwindow windowpinnablebase tooltips scrollwindow bookwindow list
|
mapwindow windowpinnablebase tooltips scrollwindow bookwindow list
|
||||||
formatting inventorywindow container hud countdialog tradewindow settingswindow
|
formatting inventorywindow container hud countdialog tradewindow settingswindow
|
||||||
confirmationdialog alchemywindow referenceinterface spellwindow mainmenu quickkeysmenu
|
confirmationdialog alchemywindow referenceinterface spellwindow mainmenu quickkeysmenu
|
||||||
|
|
|
@ -11,7 +11,6 @@
|
||||||
|
|
||||||
#include "../mwdialogue/dialoguemanagerimp.hpp"
|
#include "../mwdialogue/dialoguemanagerimp.hpp"
|
||||||
|
|
||||||
#include "dialoguehistory.hpp"
|
|
||||||
#include "widgets.hpp"
|
#include "widgets.hpp"
|
||||||
#include "list.hpp"
|
#include "list.hpp"
|
||||||
#include "tradewindow.hpp"
|
#include "tradewindow.hpp"
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
#include "dialoguehistory.hpp"
|
|
||||||
|
|
||||||
|
|
||||||
namespace MWGui
|
|
||||||
{
|
|
||||||
|
|
||||||
DialogueHistoryViewModel::DialogueHistoryViewModel()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
|
@ -1,24 +0,0 @@
|
||||||
#ifndef MWGUI_DIALOGE_HISTORY_H
|
|
||||||
#define MWGUI_DIALOGE_HISTORY_H
|
|
||||||
|
|
||||||
#include "keywordsearch.hpp"
|
|
||||||
|
|
||||||
#include <platform/stdint.h>
|
|
||||||
|
|
||||||
namespace MWGui
|
|
||||||
{
|
|
||||||
class DialogueHistoryViewModel
|
|
||||||
{
|
|
||||||
public:
|
|
||||||
DialogueHistoryViewModel();
|
|
||||||
|
|
||||||
private:
|
|
||||||
typedef KeywordSearch <std::string, intptr_t> KeywordSearchT;
|
|
||||||
|
|
||||||
mutable bool mKeywordSearchLoaded;
|
|
||||||
mutable KeywordSearchT mKeywordSearch;
|
|
||||||
|
|
||||||
};
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
|
@ -10,7 +10,6 @@
|
||||||
#include "journalviewmodel.hpp"
|
#include "journalviewmodel.hpp"
|
||||||
#include "charactercreation.hpp"
|
#include "charactercreation.hpp"
|
||||||
#include "dialogue.hpp"
|
#include "dialogue.hpp"
|
||||||
#include "dialoguehistory.hpp"
|
|
||||||
#include "statswindow.hpp"
|
#include "statswindow.hpp"
|
||||||
#include "messagebox.hpp"
|
#include "messagebox.hpp"
|
||||||
#include "tooltips.hpp"
|
#include "tooltips.hpp"
|
||||||
|
|
Loading…
Reference in a new issue