remove unused decl from SubRun

This is left over from the GrTextTarget removal.

Change-Id: I371031af5f51187f98aedc4de7dbe6a967d97798
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/302256
Commit-Queue: Herb Derby <herb@google.com>
Commit-Queue: Robert Phillips <robertphillips@google.com>
Auto-Submit: Herb Derby <herb@google.com>
Reviewed-by: Robert Phillips <robertphillips@google.com>
This commit is contained in:
Herb Derby 2020-07-13 09:58:09 -04:00 committed by Skia Commit-Bot
parent b27b38b089
commit 31bc350754

View File

@ -131,8 +131,6 @@ public:
SubRun* firstSubRun() const;
bool forceWForDistanceFields() const;
const SkTInternalLList<SubRun>& subRunList() const { return fSubRunList; }
private: