chemtext: Less hints and warnings
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8122 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
88da99d33a
commit
1f45709f7c
@ -18,7 +18,7 @@
|
|||||||
*******************************************************************************)
|
*******************************************************************************)
|
||||||
|
|
||||||
unit chemtext;
|
unit chemtext;
|
||||||
|
{$WARN 6058 off : Call to subroutine "$1" marked as inline is not inlined}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
@ -140,7 +140,6 @@ type
|
|||||||
|
|
||||||
const
|
const
|
||||||
ARROW_LINE: array[boolean] of char = ('-', '=');
|
ARROW_LINE: array[boolean] of char = ('-', '=');
|
||||||
SUBFONT_DIVISOR = 100;
|
|
||||||
|
|
||||||
ESCAPE_CHAR = '\';
|
ESCAPE_CHAR = '\';
|
||||||
SAVE_CURRENT_POS = '@';
|
SAVE_CURRENT_POS = '@';
|
||||||
@ -234,7 +233,7 @@ var
|
|||||||
);
|
);
|
||||||
var
|
var
|
||||||
i: Integer;
|
i: Integer;
|
||||||
s: String;
|
s: String = '';
|
||||||
begin
|
begin
|
||||||
if Arrow in [caASCIISingle, caASCIIDouble] then
|
if Arrow in [caASCIISingle, caASCIIDouble] then
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user