removed _placeholder function name part, no reason for it.

This commit is contained in:
inxi-svn 2014-04-14 20:55:27 +00:00
parent 1e2a0d28c5
commit a4ea1d50aa

4
inxi
View file

@ -9111,7 +9111,7 @@ print_it_out()
print_cpu_data
fi
if [[ $B_SHOW_MEMORY == 'true' ]];then
print_memory_data_placeholder
print_memory_data
fi
if [[ $B_SHOW_GRAPHICS == 'true' ]];then
print_graphics_data
@ -10321,7 +10321,7 @@ print_machine_data()
eval $LOGFE
}
print_memory_data_placeholder()
print_memory_data()
{
eval $LOGFS
local memory_line="${C1}Placeholder$SEP3${C2} Feature not yet developed."