X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=mussa.git;a=blobdiff_plain;f=alg%2Fannotation_colors.cpp;h=230206a841db05552ec877a22b255cab0469d43d;hp=a84d4591d125c40c0841a7d8216f0f666b0f50e5;hb=67888dae3b16b9d69aa846e393f11e7ff3633f16;hpb=5c3dc8c42679629c19ece07c0e63a53b1c69663f diff --git a/alg/annotation_colors.cpp b/alg/annotation_colors.cpp index a84d459..230206a 100644 --- a/alg/annotation_colors.cpp +++ b/alg/annotation_colors.cpp @@ -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