diff options
author | Keith Packard <keithp@keithp.com> | 2010-11-27 22:39:31 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-11-27 22:39:31 -0800 |
commit | 26369a92398f4ebe3fcd54ce34cebffae0cfdf07 (patch) | |
tree | ffb363575e1b562b4ec05b477b9e54f8569c48f1 | |
parent | 641c5373724d34c3adfcf42420a528d6bba736b9 (diff) |
windows: remove some non-existent .inf file section references
The mfglt and VerboseResultCodes sections are not present in the .inf
file, so remove refernces to them.
Signed-off-by: Keith Packard <keithp@keithp.com>
-rwxr-xr-x | telemetrum.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telemetrum.inf b/telemetrum.inf index 54f8f020..1f4c0144 100755 --- a/telemetrum.inf +++ b/telemetrum.inf @@ -55,7 +55,7 @@ TeleTerra = "TeleTerra" [TELEMETRUM]
include=mdmcpq.inf
CopyFiles=FakeModemCopyFileSection
-AddReg = All, mfglt, Modem.AddReg, VerboseResultCodes, Uninstall.AddReg
+AddReg = All, Modem.AddReg, Uninstall.AddReg
[TELEMETRUM.HW]
Include=mdmcpq.inf
|