Remove unused member from GrInOrderDrawBuffer
git-svn-id: http://skia.googlecode.com/svn/trunk@3254 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
85c1c6ed88
commit
5d947abd40
@ -151,8 +151,6 @@ private:
|
||||
kGeoPoolStatePreAllocCnt = 4,
|
||||
};
|
||||
|
||||
const GrGpu* fGpu;
|
||||
|
||||
GrSTAllocator<kDrawPreallocCnt, Draw> fDraws;
|
||||
GrSTAllocator<kStatePreallocCnt, SavedDrawState> fStates;
|
||||
GrSTAllocator<kClearPreallocCnt, Clear> fClears;
|
||||
|
Loading…
Reference in New Issue
Block a user