fix verifier test

Needs to link with libminui and ui.cpp now.

Change-Id: I5005e12cf8adb13d320921e3f9174e8c7304d7bf
This commit is contained in:
Doug Zongker
2011-11-01 12:42:30 -07:00
parent a4e88e45de
commit d538eb77ca
2 changed files with 2 additions and 7 deletions
-5
View File
@@ -84,11 +84,6 @@ class FakeUI : public RecoveryUI {
fputs(buf, stderr);
}
int WaitKey() { return 0; }
bool IsKeyPressed(int key) { return false; }
void FlushKeys() { }
KeyAction CheckKey(int key) { return ENQUEUE; }
void StartMenu(const char* const * headers, const char* const * items,
int initial_selection) { }
int SelectMenu(int sel) { return 0; }