Don't run the application for the time being.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@400 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2002-07-23 21:23:01 +00:00
parent 17c00872bb
commit 20476a6b71
@@ -21,7 +21,7 @@ int
main() main()
{ {
TestApp *app = new TestApp("application/x-vnd.OBOS-TestApp1"); TestApp *app = new TestApp("application/x-vnd.OBOS-TestApp1");
app->Run(); // app->Run();
delete app; delete app;
return 0; return 0;
} }