diff options
author | kotontrion <[email protected]> | 2024-11-17 13:41:27 +0100 |
---|---|---|
committer | kotontrion <[email protected]> | 2024-11-17 13:41:27 +0100 |
commit | 7c33269ac956d30cc7a1c9dcadafeabb03b7740d (patch) | |
tree | d353df5360e96d33aae91f29c94bb7bfa9758e3d /lib/astal | |
parent | aab11610d8c9e393ffcb63daf81d24fe5d0ac640 (diff) |
circularprogress: remove comment
Diffstat (limited to 'lib/astal')
-rw-r--r-- | lib/astal/gtk3/src/widget/circularprogress.vala | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/astal/gtk3/src/widget/circularprogress.vala b/lib/astal/gtk3/src/widget/circularprogress.vala index 3d7e8bd..df1635d 100644 --- a/lib/astal/gtk3/src/widget/circularprogress.vala +++ b/lib/astal/gtk3/src/widget/circularprogress.vala @@ -72,7 +72,6 @@ public class Astal.CircularProgress : Gtk.Bin { } public override void get_preferred_width(out int minw, out int natw) { - // if(get_child() != null) get_child().get_preferred_width(out minw, out natw); if(get_child() != null) { int minh, nath; get_child().get_preferred_height(out minh, out nath); |