X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fviews%2Ftrace%2Fview.hpp;h=82a2f728116608555cee5b6ebb6a5001c30abd9b;hb=8ba6f8b7541409dd33fd4ddd1b51494f555773c9;hp=6c8ff3d1075d3e42d54ab8c478881fe86e2622a5;hpb=2bdc5796c866b9494b2c40051e973e4385d9c46f;p=pulseview.git diff --git a/pv/views/trace/view.hpp b/pv/views/trace/view.hpp index 6c8ff3d1..82a2f728 100644 --- a/pv/views/trace/view.hpp +++ b/pv/views/trace/view.hpp @@ -260,27 +260,11 @@ public: pair get_time_extents() const; - /** - * Enables or disables colored trace backgrounds. If they're not - * colored then they will use alternating colors. - */ - void enable_colored_bg(bool state); - /** * Returns true if the trace background should be drawn with a colored background. */ bool colored_bg() const; - /** - * Enable or disable showing sampling points. - */ - void enable_show_sampling_points(bool state); - - /** - * Enable or disable showing the analog minor grid. - */ - void enable_show_analog_minor_grid(bool state); - /** * Returns true if cursors are displayed. false otherwise. */