summarylogtreecommitdiffstats
path: root/gui_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui_common.h')
-rw-r--r--gui_common.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/gui_common.h b/gui_common.h
deleted file mode 100644
index 0e6932e1ce4b..000000000000
--- a/gui_common.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef GUICOMMON_H
-#define GUICOMMON_H
-
-#include "base/str.h"
-
-#include "base/gettext.h"
-// Qt requires strings from gettext to be in UTF-8 encoding.
-#define _(string) (str::convert(gettext(string), str::localcharset(), "UTF-8").c_str())
-
-#endif