From 614c2bf99b1865761e5a05a56faf1ad8f26138ff Mon Sep 17 00:00:00 2001 From: Nicolas Noble Date: Wed, 21 Jan 2015 15:48:36 -0800 Subject: Replacing cJSON with our own code instead. --- third_party/cJSON/tests/test5 | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 third_party/cJSON/tests/test5 (limited to 'third_party/cJSON/tests/test5') diff --git a/third_party/cJSON/tests/test5 b/third_party/cJSON/tests/test5 deleted file mode 100644 index 49980ca25b..0000000000 --- a/third_party/cJSON/tests/test5 +++ /dev/null @@ -1,27 +0,0 @@ -{"menu": { - "header": "SVG Viewer", - "items": [ - {"id": "Open"}, - {"id": "OpenNew", "label": "Open New"}, - null, - {"id": "ZoomIn", "label": "Zoom In"}, - {"id": "ZoomOut", "label": "Zoom Out"}, - {"id": "OriginalView", "label": "Original View"}, - null, - {"id": "Quality"}, - {"id": "Pause"}, - {"id": "Mute"}, - null, - {"id": "Find", "label": "Find..."}, - {"id": "FindAgain", "label": "Find Again"}, - {"id": "Copy"}, - {"id": "CopyAgain", "label": "Copy Again"}, - {"id": "CopySVG", "label": "Copy SVG"}, - {"id": "ViewSVG", "label": "View SVG"}, - {"id": "ViewSource", "label": "View Source"}, - {"id": "SaveAs", "label": "Save As"}, - null, - {"id": "Help"}, - {"id": "About", "label": "About Adobe CVG Viewer..."} - ] -}} -- cgit v1.2.3