diff options
author | Marek Olšák <[email protected]> | 2017-02-16 13:29:16 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2017-02-18 01:22:08 +0100 |
commit | c8d84801b76aa0bfb04f5adcfb83335ee54b01e6 (patch) | |
tree | e0ee22a677dcea9c05fdf47a6d4365b369c19eab /src/gallium/auxiliary/hud/hud_private.h | |
parent | 22c34bbc55a4f2db956780221b251731885cd162 (diff) |
gallium/hud: create files after graphs are created to get final names
Reviewed-by: Nicolai Hähnle <[email protected]>
Reviewed-by: Edmondo Tommasina <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/hud/hud_private.h')
-rw-r--r-- | src/gallium/auxiliary/hud/hud_private.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/hud/hud_private.h b/src/gallium/auxiliary/hud/hud_private.h index 1d06e03dbe5..bbc5ec70c8a 100644 --- a/src/gallium/auxiliary/hud/hud_private.h +++ b/src/gallium/auxiliary/hud/hud_private.h @@ -109,8 +109,6 @@ void hud_batch_query_begin(struct hud_batch_query_context *bq); void hud_batch_query_update(struct hud_batch_query_context *bq); void hud_batch_query_cleanup(struct hud_batch_query_context **pbq); -void hud_graph_set_dump_file(struct hud_graph *gr); - #if HAVE_GALLIUM_EXTRA_HUD int hud_get_num_nics(bool displayhelp); #define NIC_DIRECTION_RX 1 |