mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
AK: Remove unused AK::not_implemented()
Whatever this was supposed to be, it was ironically... not implemented.
This commit is contained in:
@@ -310,11 +310,11 @@ void VirtualConsole::escape$J(const Vector<unsigned>& params)
|
||||
switch (mode) {
|
||||
case 0:
|
||||
// FIXME: Clear from cursor to end of screen.
|
||||
not_implemented();
|
||||
ASSERT_NOT_REACHED();
|
||||
break;
|
||||
case 1:
|
||||
// FIXME: Clear from cursor to beginning of screen.
|
||||
not_implemented();
|
||||
ASSERT_NOT_REACHED();
|
||||
break;
|
||||
case 2:
|
||||
clear();
|
||||
|
||||
Reference in New Issue
Block a user