| Index: native_client_sdk/src/examples/hello_world_gles/example.dsc
|
| diff --git a/native_client_sdk/src/examples/hello_world_gles/example.dsc b/native_client_sdk/src/examples/hello_world_gles/example.dsc
|
| index 5178253cf4f4758015e7765813b8f87d1c0a8af2..eda6f3d755ad673039d7db8cedb24583218cc351 100644
|
| --- a/native_client_sdk/src/examples/hello_world_gles/example.dsc
|
| +++ b/native_client_sdk/src/examples/hello_world_gles/example.dsc
|
| @@ -20,11 +20,6 @@
|
| 'DEST': 'examples',
|
| 'NAME': 'hello_world_gles',
|
| 'TITLE': 'Hello World GLES 2.0',
|
| - 'DESC': """
|
| -The Hello World GLES 2.0 example demonstrates how to create a 3D cube
|
| -that rotates. This is a simpler example than the tumbler example, and
|
| -written in C. It loads the assets using URLLoader.""",
|
| - 'FOCUS': '3D graphics, URL Loader.',
|
| 'GROUP': 'API'
|
| }
|
|
|
|
|