fix doubling search results in Search Result Panel
After fix local search in SFC POU in 163d3a8, search results tree assemble with "children" branches: results of search in actions anf transitions. Deleted code doubling this search results into one more separate branch, so it's useless.
BEREMIZ_OBJS = $(BEREMIZSRC:.c=.o)all: warn some_binary @echo "*** all done ***"warn: @echo "*** Sample Makefile, does nothing ***"some_binary: $(BEREMIZ_OBJS) @echo "* Would link $^ -> $@"%.o: %.c @echo "* Would compile $< -> $@"