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:
parent
68b80bbdb9
commit
29f1f4488e
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user