]> sigrok.org Git - pulseview.git/blobdiff - pv/prop/int.cpp
Use the 'default' keyword where applicable. This patch
[pulseview.git] / pv / prop / int.cpp
index e750e9fa9d8ec15757801c2809de31bbba196ef6..fd3bfe4708e6a0cb95832e81643421945de5a5eb 100644 (file)
@@ -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;