X-Git-Url: http://git.tdb.fi/?p=ext%2Fsubsurface.git;a=blobdiff_plain;f=profile.c;h=9618c4680c86f5d146b9bb8a550148a90160bca4;hp=d3362432effe11b1e0680e9e131d6f457aa5560d;hb=972669d6363c163ed6d3b737cbd6b1bd534f3d7b;hpb=38f92f780ac3a9345bcb34d297ade0eadbd903ea diff --git a/profile.c b/profile.c index d336243..9618c46 100644 --- a/profile.c +++ b/profile.c @@ -14,7 +14,6 @@ #include "color.h" int selected_dive = 0; -int *selectiontracker; typedef enum { STABLE, SLOW, MODERATE, FAST, CRAZY } velocity_t;