File tree Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -1864,7 +1864,6 @@ TPythonInterface=class(TDynamicDll)
18641864 PyOS_InterruptOccurred:function :integer; cdecl;
18651865 PyObject_CallObject:function (ob,args:PPyObject):PPyObject; cdecl;
18661866 PyObject_CallMethod : function ( obj : PPyObject; method, format : PAnsiChar { ...} 
1867-  PyObject_CallMethodStr: function ( obj : PPyObject; method, format, value  : PAnsiChar ) : PPyObject; cdecl;
18681867 PyObject_Compare: function (ob1,ob2:PPyObject):integer; cdecl;
18691868 PyObject_RichCompare:function (ob1,ob2:PPyObject;opid:integer):PPyObject; cdecl;
18701869 PyObject_RichCompareBool:function (ob1,ob2:PPyObject;opid:integer):Integer; cdecl;
@@ -3932,7 +3931,6 @@ procedure TPythonInterface.MapDll;
39323931 PyOS_InterruptOccurred :=Import (' PyOS_InterruptOccurred' 
39333932 PyObject_CallObject :=Import (' PyObject_CallObject' 
39343933 PyObject_CallMethod :=Import (' PyObject_CallMethod' 
3935-  PyObject_CallMethodStr :=Import (' PyObject_CallMethod' 
39363934 if  not  IsPython3000 then 
39373935 PyObject_Compare :=Import (' PyObject_Compare' 
39383936 PyObject_RichCompare :=Import (' PyObject_RichCompare' 
Original file line number Diff line number Diff line change @@ -6,12 +6,7 @@ interface
66
77uses 
88 Classes,
9- { $IFDEF MSWINDOWS} 
109 Graphics, ExtCtrls,
11- { $ENDIF} 
12- { $IFDEF LINUX} 
13-  QGraphics, QExtCtrls,
14- { $ENDIF} 
1510 PythonEngine;
1611
1712type 
Original file line number Diff line number Diff line change @@ -40,12 +40,7 @@ implementation
4040uses 
4141 VarPyth;
4242
43- { $IFDEF MSWINDOWS} 
4443{ $R *.DFM} 
45- { $ENDIF} 
46- { $IFDEF LINUX} 
47- { $R *.xfm} 
48- { $ENDIF} 
4944
5045procedure  TForm1.Button1Click (Sender: TObject);
5146var 
                         You can’t perform that action at this time. 
           
                  
0 commit comments