misc.c is no longer used.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11752 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
9191c9ddc8
commit
a45de3956f
@ -6,7 +6,6 @@ KernelMergeObject boot_platform_openfirmware.o :
|
||||
<$(SOURCE_GRIST)>start.c
|
||||
<$(SOURCE_GRIST)>openfirmware.c
|
||||
<$(SOURCE_GRIST)>debug.c
|
||||
<$(SOURCE_GRIST)>misc.c
|
||||
<$(SOURCE_GRIST)>mmu.cpp
|
||||
<$(SOURCE_GRIST)>Handle.cpp
|
||||
<$(SOURCE_GRIST)>devices.cpp
|
||||
|
@ -1,19 +0,0 @@
|
||||
/*
|
||||
** Copyright 2003, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
|
||||
** Distributed under the terms of the OpenBeOS License.
|
||||
*/
|
||||
|
||||
|
||||
#include <boot/platform.h>
|
||||
#include <boot/stdio.h>
|
||||
|
||||
#include "openfirmware.h"
|
||||
|
||||
|
||||
bool
|
||||
platform_user_menu_requested(void)
|
||||
{
|
||||
// ToDo: implement this for real - trigger on space?
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user