mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-08 19:45:47 +00:00
Removed unused thunks ai::ai_context.
This commit is contained in:
parent
a885e95303
commit
6da614ad1a
@ -23,16 +23,6 @@
|
||||
// =======================================================================
|
||||
namespace ai {
|
||||
|
||||
ai_context::ai_context()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
ai_context::~ai_context()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
ai_context_proxy::ai_context_proxy()
|
||||
: target_()
|
||||
{
|
||||
|
@ -42,19 +42,6 @@ namespace ai {
|
||||
class ai_context : public virtual default_ai_context {
|
||||
public:
|
||||
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
*/
|
||||
ai_context();
|
||||
|
||||
|
||||
/**
|
||||
* Destructor
|
||||
*/
|
||||
virtual ~ai_context();
|
||||
|
||||
|
||||
/**
|
||||
* Unwrap
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user