X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fview.hpp;h=0e1a54438a4206f00254453e26f4565c270de3bb;hp=5981f57a036c92a986710e4cf1520eec649ffe8c;hb=24c29d4f917ffac5a280d572cc04d1edb66a81b9;hpb=bf9f12687c8d43422455cbdc27ec1cc5d4305149 diff --git a/pv/view/view.hpp b/pv/view/view.hpp index 5981f57..0e1a544 100644 --- a/pv/view/view.hpp +++ b/pv/view/view.hpp @@ -210,22 +210,12 @@ public: */ void toggle_sticky_scrolling(void); - /** - * Get current coloured_bg state. Returns true if coloured backgrounds are enabled. - */ - bool get_coloured_bg(void); - /** * Enables or disables coloured trace backgrounds. If they're not * coloured then they will use alternating colors. */ void enable_coloured_bg(bool state); - /** - * Toggle coloured backgrounds. - */ - void toggle_coloured_bg(void); - /** * Returns true if cursors are displayed. false otherwise. */