Remove remainings of of sha512+scrypt key derivation
[novacoin.git] / src / init.cpp
index 3e55c3c..34cb698 100644 (file)
@@ -31,7 +31,6 @@ CClientUIInterface uiInterface;
 std::string strWalletFileName;
 bool fConfChange;
 unsigned int nNodeLifespan;
-unsigned int nDerivationMethodIndex;
 unsigned int nMinerSleep;
 bool fUseFastIndex;
 bool fUseFastStakeMiner;
@@ -398,8 +397,6 @@ bool AppInit2()
         CheckpointsMode = Checkpoints::PERMISSIVE;
     }
 
-    nDerivationMethodIndex = 0;
-
     fTestNet = GetBoolArg("-testnet");
     if (fTestNet) {
         SoftSetBoolArg("-irc", true);