diff --git a/docs/html/training/location/index.jd b/docs/html/training/location/index.jd
index 059a1e96eb62e..35e177f923b06 100644
--- a/docs/html/training/location/index.jd
+++ b/docs/html/training/location/index.jd
@@ -50,9 +50,8 @@ startpage=true
This class shows you how to use the Google Play services location APIs in your
- app to get the current location, get periodic location updates, look up
- addresses, create and monitor geofences, and detect user activities. The class
- includes sample apps and code snippets that you can use as a starting point
+ app to get the current location, get periodic location updates, and look up
+ addresses. The class includes sample apps and code snippets that you can use as a starting point
for adding location awareness to your app.
@@ -81,25 +80,5 @@ startpage=true
Learn how to convert a location's latitude and longitude into an address
(reverse geocoding).
-
-
- Creating and Monitoring Geofences
-
-
- Learn how to define one or more geographic areas as locations of interest,
- called geofences, and detect when the user is close to or inside a geofence.
-
- Recognizing the User's Current
- Activity
-
- Learn how to recognize the user's current activity, such as walking,
- bicycling, or driving a car, and how to use this information to modify your
- app's location strategy.
-
- Testing Using Mock Locations
-
- Learn how to test a location-aware app by injecting mock locations into
- Location Services. In mock mode, Location Services sends out mock locations
- that you inject instead of sensor-based locations.
diff --git a/docs/html/training/training_toc.cs b/docs/html/training/training_toc.cs
index 082f5fffc63d9..0fcfb9c7b2b5a 100644
--- a/docs/html/training/training_toc.cs
+++ b/docs/html/training/training_toc.cs
@@ -707,18 +707,6 @@ include the action bar on devices running Android 2.1 or higher."
Displaying a Location Address
-
- Creating and Monitoring Geofences
-
-
-
- Recognizing the User's Current Activity
-
-
-
- Testing Using Mock Locations
-
-