--- cbp.h 2004/03/22 22:36:23 1.10 +++ cbp.h 2004/04/05 20:36:36 1.11 @@ -20,7 +20,7 @@ * along with this program ; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: cbp.h,v 1.10 2004/03/22 22:36:23 edgomez Exp $ + * $Id: cbp.h,v 1.11 2004/04/05 20:36:36 edgomez Exp $ * ****************************************************************************/ @@ -44,12 +44,4 @@ extern cbpFunc calc_cbp_sse2; #endif -#ifdef ARCH_IS_PPC -extern cbpFunc calc_cbp_ppc; -#endif - -#ifdef ARCH_IS_ALTIVEC -extern cbpFunc calc_cbp_altivec; -#endif - #endif /* _ENCODER_CBP_H_ */