From 7ce033d797e5df5e2131e2ed459fba181eaf4658 Mon Sep 17 00:00:00 2001 From: Jason Sams Date: Tue, 18 Aug 2009 14:14:24 -0700 Subject: Cleanup of object destruction. No need to have a per-class destruction function. This was a legacy of the distant past when the classes did not have a common base. --- libs/rs/rsAllocation.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libs/rs/rsAllocation.cpp') diff --git a/libs/rs/rsAllocation.cpp b/libs/rs/rsAllocation.cpp index ad9c739..3cb76bc 100644 --- a/libs/rs/rsAllocation.cpp +++ b/libs/rs/rsAllocation.cpp @@ -201,10 +201,6 @@ void rsi_AllocationUploadToBufferObject(Context *rsc, RsAllocation va) alloc->uploadToBufferObject(); } -void rsi_AllocationDestroy(Context *rsc, RsAllocation) -{ -} - static void mip565(const Adapter2D &out, const Adapter2D &in) { uint32_t w = out.getDimX(); -- cgit v1.1