diff options
author | Eric Anholt <eric@anholt.net> | 2017-06-01 10:07:55 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2017-06-02 17:46:48 -0700 |
commit | 87db150d8a572d8983a234663aaaab9cb8b6c98d (patch) | |
tree | 1c593b88d6c33f588a33508ccac79aa93f3a620c /glamor/glamor_priv.h | |
parent | 72ddad7a97fa062bf9967d221c9a5520ebe33352 (diff) |
glamor: Remove the "delayed fallback" code.
The usage of this died with the old core rendering code.
Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'glamor/glamor_priv.h')
-rw-r--r-- | glamor/glamor_priv.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/glamor/glamor_priv.h b/glamor/glamor_priv.h index 79962a5c1..07a98efeb 100644 --- a/glamor/glamor_priv.h +++ b/glamor/glamor_priv.h @@ -282,8 +282,6 @@ typedef struct glamor_screen_private { int radial_max_nstops; struct glamor_saved_procs saved_procs; - char delayed_fallback_string[GLAMOR_DELAYED_STRING_MAX + 1]; - int delayed_fallback_pending; int flags; ScreenPtr screen; int dri3_enabled; |