From 0486034738b850c210b1389a8c3ae51a6b9fad23 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 29 Mar 2014 00:54:51 +0900 Subject: Removed MSN support across Kopete by removing the MSN protocol and the netmeeting plugin. This resolves bug 1547. --- kopete/protocols/msn/webcam/mimicwrapper.h | 40 ------------------------------ 1 file changed, 40 deletions(-) delete mode 100644 kopete/protocols/msn/webcam/mimicwrapper.h (limited to 'kopete/protocols/msn/webcam/mimicwrapper.h') diff --git a/kopete/protocols/msn/webcam/mimicwrapper.h b/kopete/protocols/msn/webcam/mimicwrapper.h deleted file mode 100644 index 1ed048a2..00000000 --- a/kopete/protocols/msn/webcam/mimicwrapper.h +++ /dev/null @@ -1,40 +0,0 @@ -/* - Copyright (c) 2005 by Olivier Goffart - - ************************************************************************* - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - ************************************************************************* -*/ - -#ifndef MIMICWRAPPER_H -#define MIMICWREPPER_H - -#include - -#include "kopete_export.h" - -typedef struct _MimCtx MimCtx; - -class KOPETE_EXPORT MimicWrapper -{ - public: - MimicWrapper(); - ~MimicWrapper(); - - TQPixmap decode(const TQByteArray &data); - TQByteArray encode(const TQByteArray &data); - - private: - MimCtx *m_mimctx; - bool m_init; - uint m_bufferSize; - uint m_numFrames; -}; - -#endif - -- cgit v1.2.1