Skip to content

Commit 2e70ce4

Browse files
committed
Removing TPythonGUIInputOutput component from framework independent layer
1 parent 8bdbf43 commit 2e70ce4

File tree

4 files changed

+2
-253
lines changed

4 files changed

+2
-253
lines changed

Packages/Delphi/Delphi 10.4+/Python.dpk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ requires
3737
contains
3838
MethodCallBack in '..\..\..\Source\MethodCallBack.pas',
3939
PythonEngine in '..\..\..\Source\PythonEngine.pas',
40-
PythonGUIInputOutput in '..\..\..\Source\PythonGUIInputOutput.pas',
4140
WrapDelphi in '..\..\..\Source\WrapDelphi.pas';
4241

4342
end.

Packages/Delphi/Delphi 10.4+/Python.dproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
<DCCReference Include="vcl.dcp"/>
6565
<DCCReference Include="..\..\..\Source\MethodCallBack.pas"/>
6666
<DCCReference Include="..\..\..\Source\PythonEngine.pas"/>
67-
<DCCReference Include="..\..\..\Source\PythonGUIInputOutput.pas"/>
6867
<DCCReference Include="..\..\..\Source\WrapDelphi.pas"/>
6968
<BuildConfiguration Include="Debug">
7069
<Key>Cfg_2</Key>

Source/PythonGUIInputOutput.pas

Lines changed: 0 additions & 249 deletions
This file was deleted.

Source/PythonReg.pas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ procedure Register();
77
implementation
88

99
uses
10-
Classes, PythonEngine, WrapDelphi, PythonGUIInputOutput;
10+
Classes, PythonEngine, WrapDelphi;
1111

1212
procedure Register();
1313
begin
1414
RegisterComponents('Python', [TPythonEngine, TPythonType, TPythonModule,
1515
TPythonDelphiVar, TPythonInputOutput,
16-
TPyDelphiWrapper, TPythonGUIInputOutput]);
16+
TPyDelphiWrapper]);
1717
end;
1818

1919
end.

0 commit comments

Comments
 (0)