unused files

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8289 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2004-07-03 18:45:24 +00:00
parent 36c9b38bdf
commit e978056417
2 changed files with 0 additions and 17 deletions
Binary file not shown.
-17
View File
@@ -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;
}