diff data/model/Model.cpp @ 1669:f9b6e99e0520 single-point

Remove COMPLETION_UNKNOWN, which is never used (and never handled)
author Chris Cannam
date Wed, 27 Mar 2019 11:26:06 +0000
parents 70e172e6cc59
children dfcd05e8bd2f
line wrap: on
line diff
--- a/data/model/Model.cpp	Fri Mar 22 17:49:10 2019 +0000
+++ b/data/model/Model.cpp	Wed Mar 27 11:26:06 2019 +0000
@@ -20,8 +20,6 @@
 
 #include <iostream>
 
-const int Model::COMPLETION_UNKNOWN = -1;
-
 Model::~Model()
 {
 //    SVDEBUG << "Model::~Model(" << this << ")" << endl;