Image disabling statistics for July:
```
mysql:research@analytics-store.eqiad.wmnet [log]> select count(*), event_images from MobileOptionsTracking_8101982 where timestamp like '201507%' group by event_images;
+----------+--------------+
| count(*) | event_images |
+----------+--------------+
| 737033 | nochange |
| 113 | off |
| 131 | on |
+----------+--------------+
3 rows in set (5.81 sec)
```
This means that this functionality is barely ever used and maintaining it (cf T107368 and T109286) takes more effort than the good it brings. Therefore, it makes sense to remove it. Ping Zero just in case (it shouldn't affect ZeroBanner that removes images on its own, but oh well).
= Acceptance criteria
[] When I visit Special:MobileOptions I do not see the "disable images" feature.
= Note:
If for some reason we decide to keep this feature, we will need to revisit the decision in T122267.