]> git.sesse.net Git - plocate/blobdiff - lib.h
Remove the last remnants of translation support.
[plocate] / lib.h
diff --git a/lib.h b/lib.h
index 0239dcb3fb73228944a9989029ca4f161d7babfe..673cfdc4c538a5276551ee9b0af7c7a77bdcd94f 100644 (file)
--- a/lib.h
+++ b/lib.h
@@ -30,8 +30,6 @@ any later version.
 #include <sys/types.h>
 #include <vector>
 
-#define _(X) (X)
-
 /* Compare two path names using the database directory order. This is not
    exactly strcmp () order: "a" < "a.b", so "a/z" < "a.b". */
 extern int dir_path_cmp(const std::string &a, const std::string &b);