idct.h: remove dead declarations

Change-Id: Iac7c99eee00a426d115af5343c776cd1f2c5be70
diff --git a/av1/common/idct.h b/av1/common/idct.h
index 0855302..5045396 100644
--- a/av1/common/idct.h
+++ b/av1/common/idct.h
@@ -32,12 +32,6 @@
   transform_1d cols, rows;  // vertical and horizontal
 } transform_2d;
 
-typedef void (*highbd_transform_1d)(const tran_low_t *, tran_low_t *, int bd);
-
-typedef struct {
-  highbd_transform_1d cols, rows;  // vertical and horizontal
-} highbd_transform_2d;
-
 #if !CONFIG_DAALA_TX
 #define MAX_TX_SCALE 1
 int av1_get_tx_scale(const TX_SIZE tx_size);