diff options
| author | 2016-05-08 02:36:03 +0100 | |
|---|---|---|
| committer | 2016-05-08 02:37:37 +0100 | |
| commit | 5f0292c32b336be0bb279a7511a9ee37ba9df3fa (patch) | |
| tree | 28dbeb31c6c6aa730b2c79e904633148aff301cc /src/modules/mediaplayer | |
| parent | cleanup: separators and spacing (diff) | |
| download | KVIrc-5f0292c32b336be0bb279a7511a9ee37ba9df3fa.tar.gz KVIrc-5f0292c32b336be0bb279a7511a9ee37ba9df3fa.tar.bz2 KVIrc-5f0292c32b336be0bb279a7511a9ee37ba9df3fa.zip | |
cleanup: remove more ancient commented code p3
Diffstat (limited to 'src/modules/mediaplayer')
| -rw-r--r-- | src/modules/mediaplayer/libkvimediaplayer.cpp | 12 | ||||
| -rw-r--r-- | src/modules/mediaplayer/winamp.cpp | 7 |
2 files changed, 1 insertions, 18 deletions
diff --git a/src/modules/mediaplayer/libkvimediaplayer.cpp b/src/modules/mediaplayer/libkvimediaplayer.cpp index cc39006c0..336aa0cd3 100644 --- a/src/modules/mediaplayer/libkvimediaplayer.cpp +++ b/src/modules/mediaplayer/libkvimediaplayer.cpp @@ -1697,17 +1697,7 @@ static bool mediaplayer_module_init(KviModule * m) MP_KVS_REGFNC(getRepeat, "getRepeat"); MP_KVS_REGFNC(getShuffle, "getShuffle"); MP_KVS_REGFNC(getVol, "getVol"); - /* - // Crissi - m->registerFunction( "getmp3tag_date", mediaplayer_fnc_getmp3tag_date ); - m->registerFunction( "getmp3tag_version", mediaplayer_fnc_getmp3tag_version ); - m->registerFunction( "getmp3tag_layer", mediaplayer_fnc_getmp3tag_layer ); - m->registerFunction( "getmp3tag_crc", mediaplayer_fnc_getmp3tag_crc ); - m->registerFunction( "getmp3tag_copyright", mediaplayer_fnc_getmp3tag_copyright ); - m->registerFunction( "getmp3tag_original", mediaplayer_fnc_getmp3tag_original ); - m->registerFunction( "getmp3tag_emphasis", mediaplayer_fnc_getmp3tag_emphasis ); - m->registerFunction( "getmp3tag_tracknumber", mediaplayer_fnc_getmp3tag_tracknumber ); -*/ + return true; } diff --git a/src/modules/mediaplayer/winamp.cpp b/src/modules/mediaplayer/winamp.cpp index f43952557..bf8b29138 100644 --- a/src/modules/mediaplayer/winamp.cpp +++ b/src/modules/mediaplayer/winamp.cpp @@ -59,13 +59,6 @@ winampGeneralPurposePlugin plugin = { quit, }; -/* -BOOL WINAPI _DllMainCRTStartup(HANDLE hInst, ULONG ul_reason_for_call, LPVOID lpReserved) -{ - return true; -} -*/ - #define KVIRC_WM_USER 63112 #define KVIRC_WM_USER_GETTITLE 5000 |
