Codechange: Remove CCountedPtr.
This was originally generic and used by YAPF, but now it is used only by script objects. CCountedPtr provided much more (untested) functionality than used. ScriptObjectRef already exists for script objects and does the same thing, so use this instead.
This commit is contained in:
committed by
Peter Nelson
parent
d8029b1d84
commit
8360fab18a
@@ -11,8 +11,8 @@
|
||||
#define SCRIPT_INFO_HPP
|
||||
|
||||
#include <squirrel.h>
|
||||
#include "../misc/countedptr.hpp"
|
||||
|
||||
#include "script_object.hpp"
|
||||
#include "script_config.hpp"
|
||||
|
||||
/** The maximum number of operations for saving or loading the data of a script. */
|
||||
|
||||
Reference in New Issue
Block a user