| 187 | } |
| 188 | |
| 189 | void CNodeBase::AddDelete( const PVIEWINFO View, int x, int y ) |
| 190 | { |
| 191 | if ((y > View->ClientRect->bottom) || (y + 16 < 0)) |
| 192 | return; |
| 193 | |
| 194 | if (m_bSelected) |
| 195 | AddIcon( View, View->ClientRect->right - 16, y, ICON_DELETE, 0, HS_DELETE ); |
| 196 | } |
| 197 | |
| 198 | //void CNodeBase::AddAdd(const PVIEWINFO View, int x, int y) |
| 199 | //{ |
nothing calls this directly
no outgoing calls
no test coverage detected