summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/delphi/m_database.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/delphi/m_database.inc b/include/delphi/m_database.inc
index 65c3ba5f31..b0e5643385 100644
--- a/include/delphi/m_database.inc
+++ b/include/delphi/m_database.inc
@@ -45,7 +45,6 @@ type
eventType: word; // event type, such as message, can be module defined
cbBlob : dword; // size in bytes of pBlob^
pBlob : PByte; // pointer to buffer containing the module defined event data
- szId : PAnsiChar; // unique server id
end;
(******************************************************************************