diff --git a/samples/appcache-features.html b/samples/appcache-features.html
index ea75ce4..ba4c22f 100644
--- a/samples/appcache-features.html
+++ b/samples/appcache-features.html
@@ -401,7 +401,6 @@
setFeatureLayerClickHandler();
setModalPopupClickListeners();
- updatePhantomGraphicsLayer();
map.centerAt(optionsObj.centerPt);
map.setZoom(optionsObj.zoom);
@@ -781,14 +780,6 @@
pendingEdits.innerHTML = count;
});
}
-
- function updatePhantomGraphicsLayer(){
- var phantomLocalGraphics = localStorage.offlinePhantomGraphics;
- if(phantomLocalGraphics){
- var graphics = JSON.parse(phantomLocalGraphics);
- busStopFeatureLayer.setPhantomLayerGraphics(graphics);
- }
- }
});