Random non-functional changes.

This commit is contained in:
soukoku
2014-04-20 08:10:20 -04:00
parent d6e2f0e811
commit 5b1997236a
5 changed files with 9 additions and 23 deletions

View File

@@ -96,15 +96,6 @@ namespace NTwain.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Failed to allocate requested memory..
/// </summary>
internal static string MemAllocError {
get {
return ResourceManager.GetString("MemAllocError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Message loop has not started yet..
/// </summary>

View File

@@ -129,9 +129,6 @@
<data name="MaxStringLengthExceeded" xml:space="preserve">
<value>The string value has exceeded the maximum length allowed.</value>
</data>
<data name="MemAllocError" xml:space="preserve">
<value>Failed to allocate requested memory.</value>
</data>
<data name="MsgLoopUnavailble" xml:space="preserve">
<value>Message loop has not started yet.</value>
</data>