aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/mediaplayer/mp_interface.cpp
diff options
context:
space:
mode:
authorGravatar Elvio Basello2008-09-18 14:11:40 +0000
committerGravatar Elvio Basello2008-09-18 14:11:40 +0000
commitac2059e9677af0b978816d2e9d543398a27f3915 (patch)
treedd2e6ffd4e16b6aee757d8275738b9dd441df2e1 /src/modules/mediaplayer/mp_interface.cpp
parentfixed license template for modules from a to f (diff)
downloadKVIrc-ac2059e9677af0b978816d2e9d543398a27f3915.tar.gz
KVIrc-ac2059e9677af0b978816d2e9d543398a27f3915.tar.bz2
KVIrc-ac2059e9677af0b978816d2e9d543398a27f3915.zip
fixed license template for modules from h to m
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2483 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/mediaplayer/mp_interface.cpp')
-rw-r--r--src/modules/mediaplayer/mp_interface.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/modules/mediaplayer/mp_interface.cpp b/src/modules/mediaplayer/mp_interface.cpp
index df8f4a3c2..b41e05d59 100644
--- a/src/modules/mediaplayer/mp_interface.cpp
+++ b/src/modules/mediaplayer/mp_interface.cpp
@@ -4,7 +4,7 @@
// Creation date : Fri Mar 25 20:01:25 2005 GMT by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 2005 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2005-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -43,7 +43,6 @@ void KviMediaPlayerInterface::notImplemented()
setLastError(__tr2qs_ctx("Function not implemented","mediaplayer"));
}
-
int KviMediaPlayerInterface::position()
{
notImplemented();