diff options
Diffstat (limited to 'src/powerlist.cc')
-rw-r--r-- | src/powerlist.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/powerlist.cc b/src/powerlist.cc index 94a63fa..9b0bd77 100644 --- a/src/powerlist.cc +++ b/src/powerlist.cc @@ -50,8 +50,6 @@ unsigned int const MIN_SAMPLE_SET_SIZE = 26u; //#define AUTO_CALCULATE_POWER unsigned int const SIZE = 500u; -float const THRES = 1.f; - PowerList::PowerList(Random& rand) : rand(rand) { |