output: Remove superscript support.
authorBen Pfaff <blp@cs.stanford.edu>
Thu, 31 Dec 2020 03:27:10 +0000 (19:27 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Thu, 31 Dec 2020 03:27:10 +0000 (19:27 -0800)
commit61b107f4f5e3ee7a468c91bc7fa269e268c5bc84
tree4b9ba96804d5b5c1d04c6bbedf6692873c0476c9
parentdf5005061c036817368a302b3b535999d758393a
output: Remove superscript support.

The previous commit df5005061c03 ("pivot-output: Implement superscript.")
finished this support, but on further inspection, there's nothing in the
non-legacy .spv format that can set a superscript.  The legacy .spv format
appears to be able to do it; I'll worry about that if it gets implemented
later.
src/output/ascii.c
src/output/cairo-fsm.c
src/output/csv.c
src/output/html.c
src/output/pivot-output.c
src/output/pivot-table.c
src/output/pivot-table.h
src/output/table-provider.h
src/output/table.c
src/output/table.h