diff options
| author | Alex Sakhartchouk <alexst@google.com> | 2011-01-31 14:53:24 -0800 |
|---|---|---|
| committer | Alex Sakhartchouk <alexst@google.com> | 2011-01-31 14:53:24 -0800 |
| commit | 77d9f4bd05b2d2a161f30c12a2248f9c97eaac42 (patch) | |
| tree | 3a709b9ac16afd941095e64fa961e4387f9175ee /rsFileA3D.cpp | |
| parent | 099d7d33e55afeb3399f6e8cf8d665223ca94939 (diff) | |
| download | android_frameworks_rs-77d9f4bd05b2d2a161f30c12a2248f9c97eaac42.tar.gz android_frameworks_rs-77d9f4bd05b2d2a161f30c12a2248f9c97eaac42.tar.bz2 android_frameworks_rs-77d9f4bd05b2d2a161f30c12a2248f9c97eaac42.zip | |
Cleaning up the serialization change.
Renaming the define to be more in line with what it does and removing the host stub header file.
Change-Id: Ibd3a0a6a398c7f81cc661f71e4478707fe1679ed
Diffstat (limited to 'rsFileA3D.cpp')
| -rw-r--r-- | rsFileA3D.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/rsFileA3D.cpp b/rsFileA3D.cpp index 97ce8c8a..cd02c24b 100644 --- a/rsFileA3D.cpp +++ b/rsFileA3D.cpp @@ -15,12 +15,7 @@ * limitations under the License. */ -#ifndef ANDROID_RS_BUILD_FOR_HOST #include "rsContext.h" -#else -#include "rsContextHostStub.h" -#endif - #include "rsFileA3D.h" #include "rsMesh.h" |
