From: Matthias Maennich via libabigail Date: Mon, 15 Apr 2019 17:05:18 +0000 (+0100) Subject: viz-dot: remove unused members from dot X-Git-Tag: libabigail-1.7~128 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=15b4f9bb668055e9eb7a02077b5a746f8c1e7912;p=libabigail.git viz-dot: remove unused members from dot _M_canvas and _M_typo are unused within "dot". Remove them and all references. * include/abg-viz-dot.h: remove unused data members from 'dot' Signed-off-by: Matthias Maennich --- diff --git a/include/abg-viz-dot.h b/include/abg-viz-dot.h index a75d8689..660862d1 100644 --- a/include/abg-viz-dot.h +++ b/include/abg-viz-dot.h @@ -111,17 +111,13 @@ struct dot private: const std::string _M_title; - const canvas& _M_canvas; - const typography& _M_typo; std::ostringstream _M_sstream; public: - dot(const std::string &__title, - const canvas& __cv = ansi_letter_canvas, - const typography& __typo = arial_typo) - : _M_title(__title), _M_canvas(__cv), _M_typo(__typo) + dot(const std::string &__title) + : _M_title(__title) { } // Empty when the output buffer is.