mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Linux build error (Another Voronoi fixup)
.. apologies, working on multiple platforms at once is a pain. will refactor the Steven Future code into its own C++ class in the next few days.
This commit is contained in:
@@ -105,9 +105,6 @@ extern float xmin, xmax, ymin, ymax ;
|
||||
extern Site * sites ;
|
||||
extern Freelist sfl ;
|
||||
|
||||
/* getopt.c */
|
||||
extern int getopt(int, char *const *, const char *);
|
||||
|
||||
/* memory.c */
|
||||
void freeinit(Freelist *, int) ;
|
||||
char *getfree(Freelist *) ;
|
||||
|
||||
Reference in New Issue
Block a user