Skip to content

Commit cb218f3

Browse files
committed
remove motion controller subprojectsd
1 parent 6c5dd83 commit cb218f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Layouts/ProjectRow.vala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,6 @@ public class Layouts.ProjectRow : Gtk.ListBoxRow {
759759

760760
private void check_due_date () {
761761
bool has_due_date = project.due_date != "";
762-
763762
menu_stack.visible_child_name = has_due_date ? "due_label" : "count_revealer";
764763

765764
if (!has_due_date) {

0 commit comments

Comments
 (0)