diff --git a/src/Tool/Tool.h b/src/Tool/Tool.h index b0a2cd5..08ec559 100644 --- a/src/Tool/Tool.h +++ b/src/Tool/Tool.h @@ -61,14 +61,6 @@ namespace ToolFramework{ private: - static const int v_error=0; - static const int v_warning=1; - static const int v_message=2; - static const int v_debug=3; - - - - }; }