Skip to content

Commit

Permalink
Remove unused symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Wootten committed Jan 19, 2024
1 parent a4efad3 commit 1bb920e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/SymbolPane/Vala/ValaSymbolOutline.vala
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ public class Scratch.Services.ValaSymbolOutline : Scratch.Services.SymbolOutline

var new_child = new ValaSymbolItem (child.symbol);
if (child.parent.name == new_root.name && !(child.n_children > 0)) {
var parent_symbol = new_child.symbol.parent_symbol;
var existing = find_existing (new_child.symbol, new_root, cancellable);
if (existing == null || existing.parent == new_root) {
symbol_header.add (new_child);
Expand Down

0 comments on commit 1bb920e

Please sign in to comment.