summaryrefslogtreecommitdiff
path: root/src/devices/grotty
diff options
context:
space:
mode:
authorwl <wl>2004-10-30 11:10:59 +0000
committerwl <wl>2004-10-30 11:10:59 +0000
commitbaab81e7aa4a3b32e42d3e6e11b166fad9ce655e (patch)
tree2f179298851bf9ceabaef98df5da76186307fec3 /src/devices/grotty
parentd20d5e7d183398871ed11b947ed856fdf39c9ad3 (diff)
downloadgroff-baab81e7aa4a3b32e42d3e6e11b166fad9ce655e.tar.gz
* src/include/printer.h (printer): Remove virtual function
`round_width'. Update all source files. * src/devices/grohtml/post-html.cpp (html_printer): New member function `round_width'.
Diffstat (limited to 'src/devices/grotty')
-rw-r--r--src/devices/grotty/tty.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/devices/grotty/tty.cpp b/src/devices/grotty/tty.cpp
index 24ab96ba..bdaa1de3 100644
--- a/src/devices/grotty/tty.cpp
+++ b/src/devices/grotty/tty.cpp
@@ -192,11 +192,6 @@ void glyph::operator delete(void *p)
}
}
-int printer::round_width(int x)
-{
- return x;
-}
-
class tty_printer : public printer {
int is_utf8;
glyph **lines;