aboutsummaryrefslogtreecommitdiffstats
path: root/shared/OpenglCodecCommon/GLSharedGroup.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/OpenglCodecCommon/GLSharedGroup.h')
-rwxr-xr-xshared/OpenglCodecCommon/GLSharedGroup.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/shared/OpenglCodecCommon/GLSharedGroup.h b/shared/OpenglCodecCommon/GLSharedGroup.h
index 8a35a89e..9ef92ea9 100755
--- a/shared/OpenglCodecCommon/GLSharedGroup.h
+++ b/shared/OpenglCodecCommon/GLSharedGroup.h
@@ -39,7 +39,6 @@
#include <utils/threads.h>
#include "FixedBuffer.h"
#include "auto_goldfish_dma_context.h"
-#include "goldfish_address_space.h"
#include "IndexRangeCache.h"
#include "SmartPtr.h"
@@ -64,8 +63,6 @@ struct BufferData {
// DMA support
AutoGoldfishDmaContext dma_buffer;
- // Direct memory access support
- GoldfishAddressSpaceBlock shared_block;
};
class ProgramData {