]> sigrok.org Git - libsigrok.git/commit
output/analog: Drop unused fancyprint() and si_printf().
authorUwe Hermann <redacted>
Sat, 28 May 2016 16:37:04 +0000 (18:37 +0200)
committerUwe Hermann <redacted>
Fri, 17 Jun 2016 13:13:12 +0000 (15:13 +0200)
commitd1d3d2e0c4f74625f6f8379a3128412c600ad98d
tree3265ae25dc5886cf7fcfcc3aced09d7f626e932a
parent24f4a9d50bb93c83cf610a789d0f618970f454ef
output/analog: Drop unused fancyprint() and si_printf().

These functions were only used in the SR_DF_ANALOG_OLD case,
whereas the SR_DF_ANALOG case already used functions and lists
from src/analog.c.

This closes bug #636.
src/output/analog.c