Remove ro.zygote.disable_gl_preload description

GL preloading is being removed, so this property will no longer have any
effect.

Bug: 33531483
Change-Id: I8b67aeb30404db2b1f1759e59d4c2871c07e3f51
diff --git a/src/devices/tech/config/renderer.jd b/src/devices/tech/config/renderer.jd
index f19b185..9883867 100644
--- a/src/devices/tech/config/renderer.jd
+++ b/src/devices/tech/config/renderer.jd
@@ -144,16 +144,6 @@
 </tr>
 
 <tr>
-  <td><code>ro.zygote.disable_gl_preload</code></td>
-  <td><code>boolean</code></td>
-  <td><code>false</code></td>
-  <td>Used to enable/disable preloading of EGL/GL drivers in Zygote at boot time. When this property is 
-set to false, Zygote will preload the GL drivers by invoking eglGetDisplay(EGL_DEFAULT_DISPLAY). 
-The goal is to load the dynamic libraries code in Zygote to share it with all the other processes. If a driver
-does not support being shared, set this property to true.</td>
-</tr>
-
-<tr>
   <td><code>hwui.text_gamma_correction</code></td>
   <td><code>string</code></td>
   <td><code>lookup</code></td>