summaryrefslogtreecommitdiffstats
path: root/test/unit/ui/stubs/app_stub.cpp
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2014-06-24 17:38:28 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2014-06-24 17:38:28 +0200
commit52cf9e2815688481f689e03e67c5fc983ed1351b (patch)
tree4518f590e3e5d0435265143712f36e8ec4d2d713 /test/unit/ui/stubs/app_stub.cpp
parent99cd015dd89f0928246d1178c5641ebe325fe997 (diff)
downloadcolobot-52cf9e2815688481f689e03e67c5fc983ed1351b.tar.gz
colobot-52cf9e2815688481f689e03e67c5fc983ed1351b.tar.bz2
colobot-52cf9e2815688481f689e03e67c5fc983ed1351b.zip
Fix test compilation
Diffstat (limited to 'test/unit/ui/stubs/app_stub.cpp')
-rw-r--r--test/unit/ui/stubs/app_stub.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/unit/ui/stubs/app_stub.cpp b/test/unit/ui/stubs/app_stub.cpp
index 960972f..95430d8 100644
--- a/test/unit/ui/stubs/app_stub.cpp
+++ b/test/unit/ui/stubs/app_stub.cpp
@@ -21,11 +21,6 @@ CApplication::~CApplication()
{
}
-std::string CApplication::GetDataFilePath(DataDir /* dataDir */, const std::string& subpath) const
-{
- return subpath;
-}
-
CSoundInterface* CApplication::GetSound()
{
return nullptr;
@@ -36,11 +31,6 @@ CEventQueue* CApplication::GetEventQueue()
return nullptr;
}
-std::string CApplication::GetDataDirPath() const
-{
- return "";
-}
-
Event CApplication::CreateUpdateEvent()
{
return Event(EVENT_NULL);