]> sigrok.org Git - libsigrok.git/commitdiff
C++: Remove erroneous stray method.
authorMartin Ling <redacted>
Mon, 1 Sep 2014 15:41:21 +0000 (16:41 +0100)
committerBert Vermeulen <redacted>
Tue, 2 Sep 2014 19:33:47 +0000 (21:33 +0200)
bindings/cxx/include/libsigrok/libsigrok.hpp

index 8c8b55495fa336999c825bd0490186fef807f658..35b3d441fd6fd9df91f5487a458ce3b04dc43b78 100644 (file)
@@ -773,7 +773,6 @@ public:
 protected:
        Input(shared_ptr<Context> context, const struct sr_input *structure);
        ~Input();
-       shared_ptr<Device> get_shared_from_this();
        const struct sr_input *structure;
        shared_ptr<Context> context;
        InputDevice *device;