Index: client/html/generated/html/frog/Geolocation.dart |
diff --git a/client/html/generated/html/frog/Geolocation.dart b/client/html/generated/html/frog/Geolocation.dart |
deleted file mode 100644 |
index 5601e467be4e05f391f474b3c976b45ca0bf741c..0000000000000000000000000000000000000000 |
--- a/client/html/generated/html/frog/Geolocation.dart |
+++ /dev/null |
@@ -1,9 +0,0 @@ |
- |
-class _GeolocationImpl implements Geolocation native "*Geolocation" { |
- |
- void clearWatch(int watchId) native; |
- |
- void getCurrentPosition(PositionCallback successCallback, [PositionErrorCallback errorCallback = null]) native; |
- |
- int watchPosition(PositionCallback successCallback, [PositionErrorCallback errorCallback = null]) native; |
-} |