summaryrefslogtreecommitdiff
path: root/include/serialize.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/serialize.h')
-rw-r--r--include/serialize.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/serialize.h b/include/serialize.h
index b136412e4..b74257f73 100644
--- a/include/serialize.h
+++ b/include/serialize.h
@@ -83,11 +83,6 @@ class CoreExport Serializable : public virtual Base
/* Unique ID (per type, not globally) for this object */
unsigned int id;
- /* Destroys this object. This is effectively the same thing as
- * delete, however it properly cleans up after this object.
- */
- void Destroy();
-
/** Marks the object as potentially being updated "soon".
*/
void QueueUpdate();