X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fdata%2Fdecode%2Fdecoder.hpp;h=1b655662bcb707dfe5fd83dbc847164e81bc04a2;hb=0c5fe73e5b66bf31d2dcfa2b2846a86cd2fdf0c4;hp=eff2367fb3604cf4c76e7e9ca7c9887cf0e741c4;hpb=407c9ebeb13200fb7f28a33cab00e996c018f8dc;p=pulseview.git diff --git a/pv/data/decode/decoder.hpp b/pv/data/decode/decoder.hpp index eff2367f..1b655662 100644 --- a/pv/data/decode/decoder.hpp +++ b/pv/data/decode/decoder.hpp @@ -62,10 +62,6 @@ public: void set_channels(map > channels); - void set_initial_pins(GArray *initial_pins); - - GArray *initial_pins() const; - const map& options() const; void set_option(const char *id, GVariant *value); @@ -82,7 +78,6 @@ private: bool shown_; map > channels_; - GArray *initial_pins_; map options_; };