Skip to content

Commit bb2a07d

Browse files
committed
*Finished* commenting out declaration loader.
1 parent 5f2bae8 commit bb2a07d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RetailCoder.VBE/API/ParserState.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public void Initialize(Microsoft.Vbe.Interop.VBE vbe)
7777
new SpecialFormDeclarations(_state),
7878
new FormEventDeclarations(_state),
7979
new AliasDeclarations(_state),
80-
new RubberduckApiDeclarations(_state)
80+
//new RubberduckApiDeclarations(_state)
8181
});
8282
}
8383

0 commit comments

Comments
 (0)