Browse Source

remove duplicate code caused by Delphi IDE

Ugochukwu Mmaduekwe 6 years ago
parent
commit
674ba28a50
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/pascalcoin_wallet_classic.dpr

+ 0 - 1
src/pascalcoin_wallet_classic.dpr

@@ -68,6 +68,5 @@ begin
   {$IFDEF WINDOWS}Application.MainFormOnTaskbar := True;{$ENDIF}
   Application.Title := 'Pascal Coin Wallet, Miner & Explorer';
   Application.CreateForm(TFRMWallet, FRMWallet);
-  Application.CreateForm(TFRMWallet, FRMWallet);
   Application.Run;
 end.