22 Apr
2004
22 Apr
'04
2:20 a.m.
I've deprecated much of the old sp_selection() API; all that remains are tiny inline wrappers that are adaptors for the new API.
If the deprecation warnings bother you -- just replace those inline wrappers with their contents at their call sites.
e.g. sp_selection_empty(sel) becomes sel->clear()
-mental