CHG: removed unused function

This commit is contained in:
iceman1001 2017-11-06 15:08:36 +01:00
commit 423de2ba44
2 changed files with 0 additions and 26 deletions

View file

@ -31,7 +31,6 @@ void setGraphBuf(uint8_t *buff, size_t size);
void save_restoreGB(uint8_t saveOpt);
bool HasGraphData();
void DetectHighLowInGraph(int *high, int *low, bool addFuzz);
// Max graph trace len: 40000 (bigbuf) * 8 (at 1 bit per sample)
#define MAX_GRAPH_TRACE_LEN (40000 * 8 )