Summary:
Changelog: [internal]

This is already defined in Touch.h

Reviewed By: shergin

Differential Revision: D25242843

fbshipit-source-id: 23bac2a60f3d995e34d342c3a189760875f4bc77
This commit is contained in:
Samuel Susla 2020-12-01 09:20:45 -08:00 коммит произвёл Facebook GitHub Bot
Родитель 5cf4ab8dd2
Коммит 8656919bf0
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -16,8 +16,6 @@
namespace facebook {
namespace react {
using Touches = std::unordered_set<Touch, Touch::Hasher, Touch::Comparator>;
/*
* Defines the `touchstart`, `touchend`, `touchmove`, and `touchcancel` event
* types.