mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
[COMPBATT]: Remove useless function.
svn path=/trunk/; revision=47626
This commit is contained in:
parent
8e367dfc1b
commit
55e7a4b5bf
1 changed files with 0 additions and 9 deletions
|
@ -214,15 +214,6 @@ CompBattSetStatusNotify(IN PCOMPBATT_DEVICE_EXTENSION DeviceExtension,
|
|||
return STATUS_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
CompBattGetBatteryStatus(IN PCOMPBATT_DEVICE_EXTENSION DeviceExtension,
|
||||
IN ULONG Tag)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
return STATUS_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
CompBattQueryStatus(IN PCOMPBATT_DEVICE_EXTENSION DeviceExtension,
|
||||
|
|
Loading…
Reference in a new issue