Skip to content

Commit 812cea7

Browse files
committed
actually, bad idea - turn that off for now...
1 parent fb1fb6b commit 812cea7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/raddbg/raddbg_views.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1738,8 +1738,6 @@ rd_watch_view_build(RD_WatchViewState *ewv, RD_WatchViewFlags flags, String8 roo
17381738
// rjf: commit edited cell string
17391739
Vec2S64 tbl = v2s64(x, y);
17401740
RD_WatchViewColumn *col = rd_watch_view_column_from_x(ewv, x);
1741-
String8 initial_string = str8(edit_state->initial_buffer, edit_state->initial_size);;
1742-
if(!str8_match(new_string, initial_string, 0))
17431741
{
17441742
switch(col->kind)
17451743
{

0 commit comments

Comments
 (0)