diff options
author | Scott Main <smain@google.com> | 2011-12-15 13:11:12 -0800 |
---|---|---|
committer | Scott Main <smain@google.com> | 2011-12-15 15:43:21 -0800 |
commit | d25ad2fdbb4cf86e2a05dbc6b8afb50760c0fe1b (patch) | |
tree | 70789105cf340e10dc71e8b6307dea363473fb2c /docs/html/resources | |
parent | 3d672e1e789e171e913605945efe95a477ab0505 (diff) | |
download | frameworks_base-d25ad2fdbb4cf86e2a05dbc6b8afb50760c0fe1b.zip frameworks_base-d25ad2fdbb4cf86e2a05dbc6b8afb50760c0fe1b.tar.gz frameworks_base-d25ad2fdbb4cf86e2a05dbc6b8afb50760c0fe1b.tar.bz2 |
cherrypick from ics-mr1 to avoid pending merge conflicts: Change-Id: If1341cdc456ace9037bd2175479d89454e084e22
docs: remove some "new" tags from side navs
Change-Id: I1ca718d1e54f7726db93cb3ab5cce410ee942ed5
Diffstat (limited to 'docs/html/resources')
-rw-r--r-- | docs/html/resources/resources-data.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/resources/resources-data.js b/docs/html/resources/resources-data.js index 226ff9e..8ad970b 100644 --- a/docs/html/resources/resources-data.js +++ b/docs/html/resources/resources-data.js @@ -883,7 +883,7 @@ var ANDROID_RESOURCES = [ } }, { - tags: ['tutorial', 'gl', 'new'], + tags: ['tutorial', 'gl'], path: 'tutorials/opengl/opengl-es10.html', title: { en: 'OpenGL ES 1.0' @@ -893,7 +893,7 @@ var ANDROID_RESOURCES = [ } }, { - tags: ['tutorial', 'gl', 'new'], + tags: ['tutorial', 'gl'], path: 'tutorials/opengl/opengl-es20.html', title: { en: 'OpenGL ES 2.0' |