diff --git a/tool/CommandStates.h b/tool/CommandStates.h
index d3e27ef4f65f5b6dda4182a7f0d79e5ec7d87848..e2a17aad9a79634a253b3c2b5793c7f51fe8aff1 100644
--- a/tool/CommandStates.h
+++ b/tool/CommandStates.h
@@ -19,8 +19,6 @@ class CommandStates:
 
         string helpString() const;
         void execute(MasterDevice &, const StringVector &);
-
-    protected:
 };
 
 /****************************************************************************/