Removed some debugging stuff

This commit is contained in:
inxi-svn 2009-03-17 02:00:56 +00:00
parent d66bf2a2c2
commit f2d857a591

6
inxi
View file

@ -1902,12 +1902,6 @@ get_graphics_glx_data()
{ {
if [[ $B_X_RUNNING == 'true' && $B_ROOT != 'true' ]];then if [[ $B_X_RUNNING == 'true' && $B_ROOT != 'true' ]];then
IFS=$'\n' IFS=$'\n'
# A_GLX_DATA=( $( glxinfo | gawk -F ': ' '
# A_GLX_DATA=( $( cat ../../modules/data/glxinfo-atom-1r | gawk -F ': ' '
# A_GLX_DATA=( $( cat ../../modules/data/glxinfo-intel-sput | gawk -F ': ' '
# there are arch bugs that make glxinfo generate bad output errors
# A_GLX_DATA=( $( glxinfo | gawk -F ': ' '
# A_GLX_DATA=( $( cat ../../modules/data/glxinfo-bad-rendering | gawk -F ': ' '
A_GLX_DATA=( $( glxinfo | gawk -F ': ' ' A_GLX_DATA=( $( glxinfo | gawk -F ': ' '
# note: function declarations go before BEGIN? It appears so, confirm. # note: function declarations go before BEGIN? It appears so, confirm.
# the real question here though is why this function is even here, seems # the real question here though is why this function is even here, seems