Remove line number zoom hack as it is no longer necessary
commit3ce25db632e7142159fc86081f36afefe9f317ce
authorColomban Wendling <ban@herbesfolles.org>
Fri, 27 Jun 2014 20:05:46 +0000 (27 22:05 +0200)
committerColomban Wendling <ban@herbesfolles.org>
Fri, 27 Jun 2014 20:23:48 +0000 (27 22:23 +0200)
treeb36e3d8a8e9ed5e79a5192a8787fe0bca43ae51a
parentcccc6ea0df885eefa07ba6ba99141e23574a1849
Remove line number zoom hack as it is no longer necessary

Since cbf9813632d7ee921ffa1fda0d1f69128b2bc755 we have a proper
solution for maintaining line number consistent with the editor zoom,
so drop the old hack.

This also allows to remove the now useless third argument of
sci_set_line_numbers().
src/callbacks.c
src/document.c
src/editor.c
src/printing.c
src/sciwrappers.c
src/sciwrappers.h
src/ui_utils.c