Remove info.c/info.h

The one remaining helper function in there was moved to maintab.cpp (which
was the one remaining user).

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2013-10-07 11:48:14 -07:00
parent d9f24b282a
commit 90b0f75d40
7 changed files with 29 additions and 240 deletions

View file

@ -91,7 +91,8 @@ private:
enum { NONE, DIVE, TRIP, ADD } editMode;
Completers completers;
void enableEdition();
void resetPallete();
void resetPallete();
QString printGPSCoords(int lat, int lon);
};
#endif