Minor cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19712 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
92870c3b39
commit
2ca64e4886
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2002-2006, Haiku, Inc. All Rights Reserved.
|
||||
* Copyright 2002-2007, Haiku, Inc. All Rights Reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
@ -1764,7 +1764,7 @@ extern "C" void
|
||||
RegisterDevices(input_device_ref** devices)
|
||||
{
|
||||
CALLED();
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
BView *
|
||||
@ -1774,8 +1774,11 @@ instantiate_deskbar_item()
|
||||
}
|
||||
|
||||
|
||||
// #pragma mark -
|
||||
|
||||
|
||||
int
|
||||
main()
|
||||
main(int /*argc*/, char** /*argv*/)
|
||||
{
|
||||
InputServer *inputServer = new InputServer;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user