summaryrefslogtreecommitdiffstats
path: root/o3d/core/cross/texture_base.cc
diff options
context:
space:
mode:
Diffstat (limited to 'o3d/core/cross/texture_base.cc')
-rw-r--r--o3d/core/cross/texture_base.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/o3d/core/cross/texture_base.cc b/o3d/core/cross/texture_base.cc
index f9825fb..6e4a81a 100644
--- a/o3d/core/cross/texture_base.cc
+++ b/o3d/core/cross/texture_base.cc
@@ -58,12 +58,6 @@ Texture::Texture(ServiceLocator* service_locator,
levels_param_->set_read_only_value(levels);
}
-void Texture::RegisterSurface(RenderSurface* surface, Pack* pack) {
- DCHECK(surface);
- DCHECK(pack);
- return pack->RegisterObject(surface);
-}
-
ObjectBase::Ref ParamTexture::Create(ServiceLocator* service_locator) {
return ObjectBase::Ref(new ParamTexture(service_locator, false, false));
}