We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c23dc8f commit 7482948Copy full SHA for 7482948
Src/UXMLDocConsts.pas
@@ -38,10 +38,6 @@ interface
38
// export XML only
39
cExportRootNode = 'codesnip-export';
40
cProgVersionNode = 'prog-version';
41
- cUserInfoNode = 'user-info';
42
- cUserNameNode = 'name';
43
- cUserEmailNode = 'email';
44
- cUserCommentsNode = 'comments';
45
cSourceCodeTextNode = 'source-code-text';
46
// common to user-database and export XML
47
cRootVersionAttr = 'version';
0 commit comments