pidgin/pidgin

Remove the oscar protocol
release-2.x.y
2021-04-08, Gary Kramlich
d12f1daf83ff
Remove the oscar protocol

ICQ moved to a new protocol in 2017 and AIM was shutdown in 2017 as well.
Therefore, this code has been doing absolutely nothing for us.

Testing Done:
Compiled and ran on linux, need to test windows yet.

Reviewed at https://reviews.imfreedom.org/r/598/
/*
* camproc.h
* basecame
*
* Created by CS194 on Mon Apr 26 2004.
* Copyright (c) 2004 __MyCompanyName__. All rights reserved.
*
*/
//#pragma once
#ifdef __APPLE_CC__
#include <Carbon/Carbon.h>
#else
#include <Carbon.h>
#endif
#include "cc_interface.h"
#include "filter.h"
void Die(void);
OSErr CamProc(struct input_instance *inst, filter_bank *bank);
void QueryCam (void);