add a custom "Kp2a debug" icon for distinguishability. remove an Assert we don't use and which should fire during debugging.
This commit is contained in:
@@ -35,8 +35,6 @@ namespace KeePassLib.Cryptography
|
||||
{
|
||||
get
|
||||
{
|
||||
Debug.Assert(m_dicts.Count > 0); // Should be initialized
|
||||
|
||||
int iMaxLen = 0;
|
||||
foreach(int iLen in m_dicts.Keys)
|
||||
{
|
||||
|
Reference in New Issue
Block a user