summaryrefslogtreecommitdiffstats
path: root/test/unit/ui/stubs/restext_stub.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/ui/stubs/restext_stub.cpp')
-rw-r--r--test/unit/ui/stubs/restext_stub.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/unit/ui/stubs/restext_stub.cpp b/test/unit/ui/stubs/restext_stub.cpp
deleted file mode 100644
index fa47da6..0000000
--- a/test/unit/ui/stubs/restext_stub.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
-#include "common/restext.h"
-
-bool GetResource(ResType /* type */, int /* num */, std::string& /* text */)
-{
- return true;
-}
-
-bool SearchKey(const char * /* cmd */, InputSlot & /* key */)
-{
- return true;
-}
-