Removed now unused methods, added license.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6239 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-01-23 07:14:47 +00:00
parent 68b80bbdb9
commit 29f1f4488e

View File

@ -1,15 +1,18 @@
/*
** Copyright 2004, Marcus Overhagen. All rights reserved.
** Distributed under the terms of the OpenBeOS License.
*/
#include "MediaPlugin.h"
MediaPlugin::MediaPlugin()
{
}
MediaPlugin::~MediaPlugin()
{
}
status_t
MediaPlugin::RegisterPlugin()
{
return B_OK;
}