X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fviews%2Ftrace%2Ftrace.hpp;h=410d82cd14e8c9121e9a758024dee4c5d540204f;hp=a9ccd7b7c4bd1b581d2b245821054466d2edf036;hb=0acf629d46c91b48cdb5fd6041f40b0479250296;hpb=641574bcc118be0b6dc3a65039ab3497f9d7241a diff --git a/pv/views/trace/trace.hpp b/pv/views/trace/trace.hpp index a9ccd7b7..410d82cd 100644 --- a/pv/views/trace/trace.hpp +++ b/pv/views/trace/trace.hpp @@ -100,16 +100,6 @@ public: */ shared_ptr base() const; - /** - * Sets the name of the signal. - */ - virtual void set_name(QString name); - - /** - * Set the color of the signal. - */ - virtual void set_color(QColor color); - /** * Configures the segment display mode to use. */