C++: Remove erroneous stray method.

This commit is contained in:
Martin Ling 2014-09-01 16:41:21 +01:00 committed by Bert Vermeulen
parent e82d34a9c2
commit 3bc172a61f
1 changed files with 0 additions and 1 deletions

View 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;