X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fprop%2Fint.cpp;h=fd3bfe4708e6a0cb95832e81643421945de5a5eb;hb=68ad932d712f9a59be529d5283b95617e6da1e28;hp=e750e9fa9d8ec15757801c2809de31bbba196ef6;hpb=2ad82c2e40b6865481733913a2c32735602f63c4;p=pulseview.git diff --git a/pv/prop/int.cpp b/pv/prop/int.cpp index e750e9fa..fd3bfe47 100644 --- a/pv/prop/int.cpp +++ b/pv/prop/int.cpp @@ -45,10 +45,6 @@ Int::Int(QString name, { } -Int::~Int() -{ -} - QWidget* Int::get_widget(QWidget *parent, bool auto_commit) { int64_t int_val = 0, range_min = 0;