Remove dead code
The first function was already commented out, the seconds is only declared and not defined. So using the function would result in linker errors.
The first function was already commented out, the seconds is only declared and not defined. So using the function would result in linker errors.