From 133de5850adb682f4d0ac39226be74940ce84978 Mon Sep 17 00:00:00 2001 From: Ansgar Becker Date: Mon, 10 May 2010 23:35:09 +0000 Subject: [PATCH] Remove unused member --- source/mysql_connection.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/mysql_connection.pas b/source/mysql_connection.pas index e5fc7dc2..70991754 100644 --- a/source/mysql_connection.pas +++ b/source/mysql_connection.pas @@ -102,7 +102,7 @@ type Modified: Boolean; end; TRowData = class(TObjectList) - OldRecNo, RecNo: Int64; + RecNo: Int64; Inserted: Boolean; end; TUpdateData = TObjectList;