Reference to System.Data created for every new form

Every time I create a new form it creates a reference to System.Data and puts the 'using' statement at the top of the code file.
But if I delete this line of code and delete the reference, it still compiles fine. Is this just a redundancy overlooked?
[256 byte] By [SpurryMoses] at [2007-12-16]
# 1
This is just part of the form template. If you are not accessing any data components, then you don't need it.
DavidM.Kean at 2007-9-8 > top of Msdn Tech,Windows Forms,Windows Forms General...