From 119dcde9cfa92835cbce2881a8e65c5dfb595453 Mon Sep 17 00:00:00 2001 From: JustinAJ Date: Fri, 2 Jan 2015 20:47:23 -0500 Subject: [PATCH] Removed old TODO --- RenX.Core/RenX_GameCommand.h | 1 - 1 file changed, 1 deletion(-) diff --git a/RenX.Core/RenX_GameCommand.h b/RenX.Core/RenX_GameCommand.h index 64a77db..205dbee 100644 --- a/RenX.Core/RenX_GameCommand.h +++ b/RenX.Core/RenX_GameCommand.h @@ -39,7 +39,6 @@ namespace RenX /** * @brief Provides an extendable interface from which in-game commands can be created. - * TODO: Add access levels */ class RENX_API GameCommand : public Jupiter::Command {