Remove redundant break.

svn path=/trunk/netsurf/; revision=13194
This commit is contained in:
Michael Drake 2011-11-29 10:43:15 +00:00
parent e79c7d2ce8
commit d54e5719d8

View File

@ -976,7 +976,6 @@ bool textarea_keypress(struct text_area *ta, uint32_t key)
}
}
break;
break;
case KEY_NL:
if (readonly)
break;