MCPcopy Create free account
hub / github.com/bbbradsmith/nsfplay / OnDelete

Method OnDelete

nsfplug_ui/NSFMemoryWriteDialog.cpp:77–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77void NSFMemoryWriteDialog::OnDelete()
78{
79 int snum = m_wlist.GetSelCount();
80 int i;
81
82 m_wlist.GetSelItems(65536,sidx);
83 if(snum>65536) snum = 65536;
84 for(i=0;i<snum;i++)
85 m_wlist.DeleteString(sidx[i]);
86}
87
88void NSFMemoryWriteDialog::OnSend()
89{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected