From 005cd4a714981dab06c5a59b7512e19efb03e24d Mon Sep 17 00:00:00 2001 From: Joel Holdsworth Date: Sat, 25 Jan 2014 12:07:57 +0000 Subject: [PATCH] pv::prop::Int: Removed assert from Int::get_widget --- pv/prop/int.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/pv/prop/int.cpp b/pv/prop/int.cpp index 4277524..8124f9b 100644 --- a/pv/prop/int.cpp +++ b/pv/prop/int.cpp @@ -63,7 +63,6 @@ QWidget* Int::get_widget(QWidget *parent, bool auto_commit) g_variant_unref(_value); _value = _getter ? _getter() : NULL; - assert(_value); if (!_value) return NULL; -- 2.30.2