From 7039206003fbd0e23943bcd42db6920cc6711f1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20B=C3=A9rub=C3=A9?= Date: Thu, 11 Jul 2024 16:45:06 -0400 Subject: [PATCH] Removing useless code again --- src/hal/support.h | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/src/hal/support.h b/src/hal/support.h index 3baeb0a..2cff960 100644 --- a/src/hal/support.h +++ b/src/hal/support.h @@ -44,30 +44,13 @@ extern hal_platform plat; extern int series; #if defined(__arm__) -extern void *gm_video_thread(void); extern hal_chnstate gm_state[GM_VENC_CHN_NUM]; - -extern void *v3_audio_thread(void); -extern void *v3_video_thread(void); extern hal_chnstate v3_state[V4_VENC_CHN_NUM]; - -extern void *v4_audio_thread(void); -extern void *v4_video_thread(void); extern hal_chnstate v4_state[V4_VENC_CHN_NUM]; - -extern void *i6_audio_thread(void); -extern void *i6_video_thread(void); extern hal_chnstate i6_state[I6_VENC_CHN_NUM]; - -extern void *i6c_audio_thread(void); -extern void *i6c_video_thread(void); extern hal_chnstate i6c_state[I6C_VENC_CHN_NUM]; - -extern void *i6f_audio_thread(void); -extern void *i6f_video_thread(void); extern hal_chnstate i6f_state[I6F_VENC_CHN_NUM]; #elif defined(__mips__) -extern void *t31_video_thread(void); extern hal_chnstate t31_state[T31_VENC_CHN_NUM]; #endif