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:
bsalomon@google.com 2012-02-24 19:51:53 +00:00
parent 85c1c6ed88
commit 5d947abd40

View File

@ -151,8 +151,6 @@ private:
kGeoPoolStatePreAllocCnt = 4,
};
const GrGpu* fGpu;
GrSTAllocator<kDrawPreallocCnt, Draw> fDraws;
GrSTAllocator<kStatePreallocCnt, SavedDrawState> fStates;
GrSTAllocator<kClearPreallocCnt, Clear> fClears;