sourcestats: remove tracking of skew change

This is not used since commit 7a6ee1d.
This commit is contained in:
Miroslav Lichvar
2014-09-19 10:07:03 +02:00
parent ebab36e859
commit a0d5abef88
4 changed files with 0 additions and 61 deletions

View File

@@ -180,14 +180,6 @@ extern int SRC_ReportSourcestats(int index, RPT_SourcestatsReport *report, struc
extern SRC_Type SRC_GetType(int index);
typedef enum {
SRC_Skew_Decrease,
SRC_Skew_Nochange,
SRC_Skew_Increase
} SRC_Skew_Direction;
extern SRC_Skew_Direction SRC_LastSkewChange(SRC_Instance inst);
extern int SRC_Samples(SRC_Instance inst);
#endif /* GOT_SOURCES_H */