diff options
author | Eric Engestrom <eric@engestrom.ch> | 2020-06-12 11:22:42 +0200 |
---|---|---|
committer | Marge Bot <eric+marge@anholt.net> | 2020-06-22 21:50:12 +0000 |
commit | 2ef983dca61b549a9242afd9008200b231a26e90 (patch) | |
tree | 29ba0b8abc18728a2ecb20e2cca977abba9a262c /src/glx/dri3_priv.h | |
parent | b1f647a3b4c39fa77d63a38ef0ada78d27d2c306 (diff) | |
download | mesa-2ef983dca61b549a9242afd9008200b231a26e90.tar.gz mesa-2ef983dca61b549a9242afd9008200b231a26e90.tar.bz2 mesa-2ef983dca61b549a9242afd9008200b231a26e90.zip |
driconf: drop now unused translation facility
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5440>
Diffstat (limited to 'src/glx/dri3_priv.h')
-rw-r--r-- | src/glx/dri3_priv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/dri3_priv.h b/src/glx/dri3_priv.h index 32a8d3f7e7d..f26edabe047 100644 --- a/src/glx/dri3_priv.h +++ b/src/glx/dri3_priv.h @@ -61,7 +61,7 @@ #include "loader_dri3_helper.h" -/* From xmlpool/options.h, user exposed so should be stable */ +/* From xmlpool.h, user exposed so should be stable */ #define DRI_CONF_VBLANK_NEVER 0 #define DRI_CONF_VBLANK_DEF_INTERVAL_0 1 #define DRI_CONF_VBLANK_DEF_INTERVAL_1 2 |