radeon: Remove useless pa_su_poly_offset_db_fmt_cntl
authorAxel Davy <axel.davy@ens.fr>
Tue, 14 Jun 2016 20:32:04 +0000 (22:32 +0200)
committerAxel Davy <axel.davy@ens.fr>
Sat, 25 Jun 2016 08:16:15 +0000 (10:16 +0200)
pa_su_poly_offset_db_fmt_cntl usages were removed in
previous patches.

Signed-off-by: Axel Davy <axel.davy@ens.fr>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/gallium/drivers/radeon/r600_pipe_common.h

index 8117c9a..a70c7fe 100644 (file)
@@ -317,7 +317,6 @@ struct r600_surface {
        unsigned db_htile_surface;
        unsigned db_htile_data_base;
        unsigned db_preload_control;    /* EG and later */
-       unsigned pa_su_poly_offset_db_fmt_cntl;
 };
 
 struct r600_common_screen {