examples/2048: Remove unused consts

This commit is contained in:
Hajime Hoshi 2018-02-04 23:25:01 +09:00
parent 658c7cf452
commit d4d05d12ea

View File

@ -45,7 +45,6 @@ const (
touchStatePressing touchStatePressing
touchStateSettled touchStateSettled
touchStateInvalid touchStateInvalid
n
) )
// String returns a string representing the direction. // String returns a string representing the direction.