summaryrefslogtreecommitdiff
path: root/vp8/encoder/segmentation.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp8/encoder/segmentation.h')
-rw-r--r--vp8/encoder/segmentation.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/vp8/encoder/segmentation.h b/vp8/encoder/segmentation.h
index f3f2b9c6f..a7e1f7cfe 100644
--- a/vp8/encoder/segmentation.h
+++ b/vp8/encoder/segmentation.h
@@ -38,8 +38,6 @@ extern void vp8_set_segmentation_map(VP8_PTR ptr, unsigned char *segmentation_ma
//
extern void vp8_set_segment_data(VP8_PTR ptr, signed char *feature_data, unsigned char abs_delta);
-#if CONFIG_SEGMENTATION
extern void choose_segmap_coding_method( VP8_COMP *cpi );
-#endif
#endif /* __INC_SEGMENTATION_H__ */