Skip to content

Commit f40be19

Browse files
committed
stray assert
was causing crashes when the tab error flag was out of sync
1 parent a78d72c commit f40be19

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/workspace.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1432,8 +1432,6 @@ workspace_selected_group(Workspace *ws)
14321432
static Row *
14331433
workspace_test_error(Row *row, Workspace *ws, int *found)
14341434
{
1435-
g_assert(row->err);
1436-
14371435
/* Found next?
14381436
*/
14391437
if (*found)

0 commit comments

Comments
 (0)