diff --git a/src/ai/composite/contexts.cpp b/src/ai/composite/contexts.cpp index d23bc07ac37..013f2bae328 100644 --- a/src/ai/composite/contexts.cpp +++ b/src/ai/composite/contexts.cpp @@ -23,16 +23,6 @@ // ======================================================================= namespace ai { -ai_context::ai_context() -{ -} - - -ai_context::~ai_context() -{ -} - - ai_context_proxy::ai_context_proxy() : target_() { diff --git a/src/ai/composite/contexts.hpp b/src/ai/composite/contexts.hpp index 4f9cf915943..2a28be4f14f 100644 --- a/src/ai/composite/contexts.hpp +++ b/src/ai/composite/contexts.hpp @@ -42,19 +42,6 @@ namespace ai { class ai_context : public virtual default_ai_context { public: - - /** - * Constructor - */ - ai_context(); - - - /** - * Destructor - */ - virtual ~ai_context(); - - /** * Unwrap */