Skip to content

Commit

Permalink
retire util_crc.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteven4 committed Jul 22, 2023
1 parent 04f534f commit 2d2268a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ set(SUPPORT
src/core/xmltag.cc
units.cc
util.cc
util_crc.cc
vecs.cc
waypt.cc
xmlgeneric.cc
Expand Down
5 changes: 0 additions & 5 deletions defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -1111,11 +1111,6 @@ int parse_distance(const QString& str, double* val, double scale, const char* mo
int parse_speed(const char* str, double* val, double scale, const char* module);
int parse_speed(const QString& str, double* val, double scale, const char* module);

/*
* From util_crc.c
*/
unsigned long get_crc32(const void* data, int datalen);

/*
* Color helpers.
*/
Expand Down
File renamed without changes.

0 comments on commit 2d2268a

Please sign in to comment.