diff options
author | Tobias Jahnke <tobias.jahnke@microchip.com> | 2018-12-18 09:29:42 +0100 |
---|---|---|
committer | Tobias Jahnke <tobias.jahnke@microchip.com> | 2018-12-18 09:29:42 +0100 |
commit | 5c36daad2b859807bce6682585292de5faabd02f (patch) | |
tree | 33609a5adf31b4fea6034826993099a9cbb22ddb /htdocs/AudioBinding.css | |
parent | 178a830b8ad85813b7bf0b271be79f3a8d3a6277 (diff) |
prepare flounder branch for plugin import
Bug-AGL: SPEC-1505
- delete all files used for legacy hal binding
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
Diffstat (limited to 'htdocs/AudioBinding.css')
-rw-r--r-- | htdocs/AudioBinding.css | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/htdocs/AudioBinding.css b/htdocs/AudioBinding.css deleted file mode 100644 index 1052aa7..0000000 --- a/htdocs/AudioBinding.css +++ /dev/null @@ -1,7 +0,0 @@ -pre {outline: 1px solid #ccc; padding: 5px; margin: 5px; } -.string { color: green; } -.number { color: darkorange; } -.boolean { color: blue; } -.null { color: magenta; } -.key { color: red; } - |