summaryrefslogtreecommitdiff
path: root/src/devices/grolbp
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/grolbp
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/grolbp')
-rw-r--r--src/devices/grolbp/lbp.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/devices/grolbp/lbp.cpp b/src/devices/grolbp/lbp.cpp
index 6a196405..0f480843 100644
--- a/src/devices/grolbp/lbp.cpp
+++ b/src/devices/grolbp/lbp.cpp
@@ -59,11 +59,6 @@ private:
lbp_font(const char *);
};
-int printer::round_width(int x)
-{
- return x;
-}
-
class lbp_printer : public printer {
public:
lbp_printer(int, double, double);