| 1262 | } |
| 1263 | |
| 1264 | void CStaticMapArcade::ClipboardPasteAbsolute() |
| 1265 | { |
| 1266 | _template->ClearSelection(); |
| 1267 | _template->Merge(GetGClipboard()); |
| 1268 | } |
| 1269 | |
| 1270 | InsertMode CStaticMapArcadeViewer::GetMode() |
| 1271 | { |
nothing calls this directly
no test coverage detected