diff options
| author | Jason Sams <rjsams@android.com> | 2009-08-18 14:14:24 -0700 |
|---|---|---|
| committer | Jason Sams <rjsams@android.com> | 2009-08-18 14:20:07 -0700 |
| commit | 7ce033d797e5df5e2131e2ed459fba181eaf4658 (patch) | |
| tree | c4bf9fd7d74260b800b75786a2adbca04d2f71be /libs/rs/rsAllocation.cpp | |
| parent | 48134b78d53eca2a0a71799b0901aba5997f2eba (diff) | |
| download | frameworks_base-7ce033d797e5df5e2131e2ed459fba181eaf4658.zip frameworks_base-7ce033d797e5df5e2131e2ed459fba181eaf4658.tar.gz frameworks_base-7ce033d797e5df5e2131e2ed459fba181eaf4658.tar.bz2 | |
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.
Diffstat (limited to 'libs/rs/rsAllocation.cpp')
| -rw-r--r-- | libs/rs/rsAllocation.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
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(); |
