From 5f25359909a4a66549484672a1d2ed13c1ec8188 Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Tue, 31 Mar 2015 17:44:49 -0400 Subject: [PATCH] TextSearch: remove legacy Translation.h. --- src/apps/text_search/GrepWindow.cpp | 1 - src/apps/text_search/Translation.h | 15 --------------- 2 files changed, 16 deletions(-) delete mode 100644 src/apps/text_search/Translation.h diff --git a/src/apps/text_search/GrepWindow.cpp b/src/apps/text_search/GrepWindow.cpp index ae2c9c60ac..432b3241a7 100644 --- a/src/apps/text_search/GrepWindow.cpp +++ b/src/apps/text_search/GrepWindow.cpp @@ -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" diff --git a/src/apps/text_search/Translation.h b/src/apps/text_search/Translation.h deleted file mode 100644 index 0cd350fbc7..0000000000 --- a/src/apps/text_search/Translation.h +++ /dev/null @@ -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