]> git.sur5r.net Git - cc65/blobdiff - src/da65/attrtab.h
Fixed the detection of where to start and stop segments.
[cc65] / src / da65 / attrtab.h
index b2dc6c45543594006b84134dcef68522d8b0e62c..18515ce495013901aa9aa2878cd6de32a431b1a1 100644 (file)
@@ -100,9 +100,6 @@ int IsSegmentEnd (unsigned Addr);
 int IsSegmentStart (unsigned Addr);
 /* Return true if a segment starts at the given address */
 
-int HaveSegmentChange (unsigned Addr);
-/* Return true if the segment change attributes are set for the given address */
-
 unsigned GetGranularity (attr_t Style);
 /* Get the granularity for the given style */