Remove some unnecessary declarations
authorTeemu Murtola <teemu.murtola@gmail.com>
Sat, 8 Mar 2014 11:27:59 +0000 (13:27 +0200)
committerTeemu Murtola <teemu.murtola@gmail.com>
Sat, 8 Mar 2014 11:54:47 +0000 (13:54 +0200)
commit7c22e93f43d76cd6e312043b5d82ee405af3bcc6
tree5a786137b1eb7cd63d57695b39ba70c6fd2b25eb
parent1c2878cf56e7f7c9aaefa3d18e5a2efb99bddcaf
Remove some unnecessary declarations

- topexcl.h was an outdated copy of gpp_nextnb.h, and wasn't used
  anywhere.  Rename the source file to gpp_nextnb.c to match the header.
- Remove one declaration from gpp_nextnb.h, which wasn't used outside
  the source file.  Make it static in the source file.
- Remove duplicate declarations of (init|done)_top().
- Remove unused create_visibility() from src/programs/view/.

Change-Id: I87982e5581aff8caca3dc753492e01ee457ab694
src/gromacs/gmxlib/typedefs.c
src/gromacs/gmxpreprocess/gpp_nextnb.c [moved from src/gromacs/gmxpreprocess/topexcl.c with 98% similarity]
src/gromacs/gmxpreprocess/gpp_nextnb.h
src/gromacs/gmxpreprocess/topexcl.h [deleted file]
src/gromacs/gmxpreprocess/toputil.h
src/gromacs/legacyheaders/typedefs.h
src/programs/view/manager.h
src/programs/view/molps.cpp
src/programs/view/nmol.cpp
src/programs/view/nmol.h