painting: drop deprecated (exported) hashList and hashValues functions (#151677)

These have been deprecated for over a year
Will remove from the engine once this PR lands

Towards https://github.com/flutter/flutter/issues/151679
This commit is contained in:
Kevin Moore 2024-07-18 18:15:43 -07:00 committed by GitHub
parent 73321aa950
commit 74d6bd99b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,9 +53,7 @@ export 'dart:ui' show
TextLeadingDistribution,
TextPosition,
TileMode,
VertexMode,
hashList,
hashValues;
VertexMode;
export 'package:flutter/foundation.dart' show VoidCallback;