(int command_id)
| 215 | } |
| 216 | |
| 217 | public boolean doUserKeyAction(int command_id) { |
| 218 | switch (command_id) { |
| 219 | //#ifdef SMILES |
| 220 | case 20: |
| 221 | toogleSmiles(); |
| 222 | return true; |
| 223 | //#endif |
| 224 | } |
| 225 | |
| 226 | return super.doUserKeyAction(command_id); |
| 227 | } |
| 228 | } |
nothing calls this directly
no test coverage detected