diff options
Diffstat (limited to 'protocols/Omegle/src/main.cpp')
-rw-r--r-- | protocols/Omegle/src/main.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/protocols/Omegle/src/main.cpp b/protocols/Omegle/src/main.cpp index 8f1e9a35d5..51e4a2800a 100644 --- a/protocols/Omegle/src/main.cpp +++ b/protocols/Omegle/src/main.cpp @@ -25,7 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. // TODO: Make following as "globals" structure?
CMPlugin g_plugin;
-CLIST_INTERFACE* pcli;
std::string g_strUserAgent;
DWORD g_mirandaVersion;
@@ -61,8 +60,6 @@ extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = { MIID_PROTOC extern "C" int __declspec(dllexport) Load(void)
{
- pcli = Clist_GetInterface();
-
InitIcons();
// Init native User-Agent
|