unused files
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8289 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Binary file not shown.
@@ -1,17 +0,0 @@
|
|||||||
/*
|
|
||||||
* Part of the Open BeOS project
|
|
||||||
* (C) 2002 Be United
|
|
||||||
* Creation: Sandor Vroemisse
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <app/Application.h>
|
|
||||||
#include "KeymapApplication.h"
|
|
||||||
|
|
||||||
|
|
||||||
int main ()
|
|
||||||
{
|
|
||||||
new KeymapApplication;
|
|
||||||
be_app->Run();
|
|
||||||
delete be_app;
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user