remove reference counting in widgets
This commit is contained in:
@@ -14,9 +14,6 @@ namespace cv
|
||||
{
|
||||
public:
|
||||
Widget();
|
||||
Widget(const Widget &other);
|
||||
Widget& operator =(const Widget &other);
|
||||
~Widget();
|
||||
|
||||
static Widget fromPlyFile(const String &file_name);
|
||||
|
||||
@@ -28,9 +25,6 @@ namespace cv
|
||||
class Impl;
|
||||
Impl *impl_;
|
||||
friend struct WidgetAccessor;
|
||||
|
||||
void create();
|
||||
void release();
|
||||
};
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
Reference in New Issue
Block a user