Skip to content

Commit cc5a885

Browse files
committed
cleanup
1 parent 02cd19b commit cc5a885

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/menuIO/jsonFmt.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,7 @@
3838
// o<<node.sz();
3939
for(idx_t n=0;n<node.sz();n++)
4040
o<<(n?",":"")<<"\""<<node[n]<<"\"";
41-
<<<<<<< HEAD
4241
o<<"],\"sel\":\""<<((menuVariantBase*)&node)->sync()<<"\"";
43-
=======
44-
o<<"],\"sel\":\""<<idx<<"\"";
45-
>>>>>>> 57bebe9dcca687d9db2cd771847bc5e6c45aae03
4642
}
4743
};
4844
#endif

0 commit comments

Comments
 (0)