Index: client/dom/generated/src/frog/Geolocation.dart |
diff --git a/client/dom/generated/src/frog/Geolocation.dart b/client/dom/generated/src/frog/Geolocation.dart |
deleted file mode 100644 |
index b71a084ba8676c1791aebcb0ee1d0b4e5d1e5641..0000000000000000000000000000000000000000 |
--- a/client/dom/generated/src/frog/Geolocation.dart |
+++ /dev/null |
@@ -1,9 +0,0 @@ |
- |
-class _GeolocationJs extends _DOMTypeJs 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; |
-} |