diff --git a/src/fe-common/core/module-formats.c b/src/fe-common/core/module-formats.c index 690ae737..245f1a6e 100644 --- a/src/fe-common/core/module-formats.c +++ b/src/fe-common/core/module-formats.c @@ -122,7 +122,6 @@ FORMAT_REC fecommon_core_formats[] = { { "chansetup_header", "Channel Network Password Settings", 0 }, { "chansetup_line", "{channel $[15]0} %|$[10]1 $[10]2 $3", 4, { 0, 0, 0, 0 } }, { "chansetup_footer", "", 0 }, - { "channel_move_notify", "{channel $0} is already joined in window $1, use \"/WINDOW ITEM MOVE $0\" to move it to this window", 2, { 0, 1 } }, /* ---- */ { NULL, "Messages", 0 }, diff --git a/src/fe-common/core/module-formats.h b/src/fe-common/core/module-formats.h index 6ef7043c..c442f6ba 100644 --- a/src/fe-common/core/module-formats.h +++ b/src/fe-common/core/module-formats.h @@ -98,7 +98,6 @@ enum { TXT_CHANSETUP_HEADER, TXT_CHANSETUP_LINE, TXT_CHANSETUP_FOOTER, - TXT_CHANNEL_MOVE_NOTIFY, TXT_FILL_4,