OSDN Git Service

frmEditorTalkShow is not automatically created
authornaru <bottle@mikage.to>
Sun, 20 Apr 2003 17:04:43 +0000 (17:04 +0000)
committernaru <bottle@mikage.to>
Sun, 20 Apr 2003 17:04:43 +0000 (17:04 +0000)
bottleclient/SstpBottle.dpr

index 8928505..5d903b3 100755 (executable)
@@ -67,7 +67,6 @@ begin
   Application.Title := 'SSTP Bottle Client';
   Application.ShowMainForm := true;
   Application.CreateForm(TfrmSender, frmSender);
-  Application.CreateForm(TfrmEditorTalkShow, frmEditorTalkShow);
   Application.CreateForm(TfrmLog, frmLog);
   Application.CreateForm(TfrmChannelList, frmChannelList);
   Application.CreateForm(TfrmMessageBox, frmMessageBox);