summaryrefslogtreecommitdiff
path: root/src/fe-common/core/module-formats.c
diff options
context:
space:
mode:
authorEmanuele Giaquinta <exg@irssi.org>2008-02-02 18:36:57 +0000
committerexg <exg@dbcabf3a-b0e7-0310-adc4-f8d773084564>2008-02-02 18:36:57 +0000
commitc403b70de4b6b03d7d823d808f6e57f55cb07155 (patch)
tree7ed534310f1b5aa53fb055bc1c0b39f29c95f38b /src/fe-common/core/module-formats.c
parentee59980363915e464918d8320f2bd0bc4043a1ac (diff)
downloadirssi-c403b70de4b6b03d7d823d808f6e57f55cb07155.zip
Remove broken by design /set translation.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4698 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-common/core/module-formats.c')
-rw-r--r--src/fe-common/core/module-formats.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fe-common/core/module-formats.c b/src/fe-common/core/module-formats.c
index 96e1f78b..5f89f67a 100644
--- a/src/fe-common/core/module-formats.c
+++ b/src/fe-common/core/module-formats.c
@@ -280,8 +280,6 @@ FORMAT_REC fecommon_core_formats[] = {
{ "set_item", "$0 = $1", 2, { 0, 0 } },
{ "set_unknown", "Unknown setting $0", 1, { 0 } },
{ "set_not_boolean", "Setting {hilight $0} isn't boolean, use /SET", 1, { 0 } },
- { "translation_not_found", "Error opening translation table file $0: $1", 2, { 0, 0 } },
- { "translation_file_error", "Error parsing translation table file $0", 1, { 0 } },
{ "no_completions", "There's no completions", 0 },
{ "completion_removed", "Removed completion $0", 1, { 0 } },
{ "completion_header", "%#Key Value Auto", 0 },