TextSearch: remove legacy Translation.h.

This commit is contained in:
Augustin Cavalier
2015-03-31 17:45:14 -04:00
parent 696f4254ca
commit 5f25359909
2 changed files with 0 additions and 16 deletions
-1
View File
@@ -44,7 +44,6 @@
#include "GlobalDefs.h"
#include "Grepper.h"
#include "InitialIterator.h"
#include "Translation.h"
#undef B_TRANSLATION_CONTEXT
#define B_TRANSLATION_CONTEXT "GrepWindow"
-15
View File
@@ -1,15 +0,0 @@
/*
* Public domain, baby!
*
* Localization for Zeta users
*
*/
#ifndef TRANSLATION_H
#define TRANSLATION_H
#ifndef _T
# define _T(x) x
#endif
#endif // TRANSLATION_H