cleanup for code added to facilitate streitz/mintmire potentials
the usual removal of unused variables, and adding parenthesis for
assignments that are meant to be used as truth values. also the
::extract() method in qeq/slater is renamed to ::extract_streitz()
to avoid conflicts with Fix::extract() (as Fix::extract() is virtual,
the different arguments would hide the original by overloading.