mirror of
https://github.com/smxi/inxi.git
synced 2025-09-04 11:39:22 +00:00
(no version change)
Removed redundant line of code in print gfx function.
This commit is contained in:
parent
f420cdd007
commit
ef7a785e32
1 changed files with 0 additions and 1 deletions
1
inxi
1
inxi
|
@ -3073,7 +3073,6 @@ print_gfx_data()
|
||||||
get_graphics_x_data
|
get_graphics_x_data
|
||||||
local x_vendor=${A_X_DATA[0]}
|
local x_vendor=${A_X_DATA[0]}
|
||||||
local x_version=${A_X_DATA[1]}
|
local x_version=${A_X_DATA[1]}
|
||||||
local display_full_string="${C1}$x_vendor${C2} $x_version "
|
|
||||||
# set A_GLX_DATA
|
# set A_GLX_DATA
|
||||||
get_graphics_glx_data
|
get_graphics_glx_data
|
||||||
local glx_renderer="${A_GLX_DATA[0]}"
|
local glx_renderer="${A_GLX_DATA[0]}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue