C++: Remove erroneous stray method.
This commit is contained in:
parent
e82d34a9c2
commit
3bc172a61f
|
@ -773,7 +773,6 @@ public:
|
||||||
protected:
|
protected:
|
||||||
Input(shared_ptr<Context> context, const struct sr_input *structure);
|
Input(shared_ptr<Context> context, const struct sr_input *structure);
|
||||||
~Input();
|
~Input();
|
||||||
shared_ptr<Device> get_shared_from_this();
|
|
||||||
const struct sr_input *structure;
|
const struct sr_input *structure;
|
||||||
shared_ptr<Context> context;
|
shared_ptr<Context> context;
|
||||||
InputDevice *device;
|
InputDevice *device;
|
||||||
|
|
Loading…
Reference in New Issue