remove annot class in favor of SeqSpan
[mussa.git] / alg / annotation_colors.cpp
index a84d4591d125c40c0841a7d8216f0f666b0f50e5..230206a841db05552ec877a22b255cab0469d43d 100644 (file)
@@ -77,11 +77,6 @@ void AnnotationColors::erase(const string &type,
   root_map.cm[type].cm.erase(instance);
 }
 
-Color AnnotationColors::lookup(const annot &a) const
-{
-  return lookup(a.type, a.name);
-}
-
 Color AnnotationColors::lookup(const string &type, const string &instance) const
 {
   // Yeah, there's probably a nicer looking recursive solution