aboutsummaryrefslogtreecommitdiff
path: root/core/rid.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/rid.cpp')
-rw-r--r--core/rid.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/rid.cpp b/core/rid.cpp
index 35cd83e78..8a2262202 100644
--- a/core/rid.cpp
+++ b/core/rid.cpp
@@ -30,7 +30,6 @@
static SafeRefCount current_id;
-
void RID_OwnerBase::init_rid() {
current_id.init(1);
@@ -38,8 +37,6 @@ void RID_OwnerBase::init_rid() {
ID RID_OwnerBase::new_ID() {
-
ID id = current_id.refval();
return id;
}
-