X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=errorchecking.h;h=4c9fe8615c0819f0ec6dfad5b743d737ee365e4e;hb=cfb66eb46a9678a751a8f21f3ea740dffd525f5e;hp=8bf68578a44330ce9c3c0c595c0200486b5b41c4;hpb=bfbc55964f1977da72c2cea984288a427d370a59;p=mothur.git diff --git a/errorchecking.h b/errorchecking.h index 8bf6857..4c9fe86 100644 --- a/errorchecking.h +++ b/errorchecking.h @@ -26,8 +26,6 @@ class ErrorCheck { ValidCommands* validCommand; ValidParameters* validParameter; void validateReadFiles(); - bool validCommandParameter(string, string); - bool validParameterValue(string, string); void validateReadDist(); void validateReadPhil(); void validateParseFiles(); @@ -40,9 +38,5 @@ class ErrorCheck { bool errorFree; vector sharedGroups; - map > commandParameters; - map > intParams; - double piSent; - }; #endif