WORDS no longer shows SMUDGED words
[debian/pforth] / fth / private.fth
index 6c0c55e107caeffbd9723ec81fe1a50f27b68f47..58c3c305fd0e5995b1b521071c574cef853cb4a0 100644 (file)
@@ -21,7 +21,6 @@ anew task-private.fth
 
 variable private-start
 variable private-stop
-$ 20 constant FLAG_SMUDGE
 
 : PRIVATE{
     private-start @ 0= not abort" ERROR: Missing PRIVATIZE"