mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
adding comments as advised
This commit is contained in:
parent
90b9b61ba3
commit
48ff047086
1 changed files with 2 additions and 2 deletions
|
@ -3741,8 +3741,8 @@ int parse_dlf_buffer(unsigned char *buffer, size_t size)
|
|||
strcpy(cur_event.name, "Inconsistent");
|
||||
break;
|
||||
case 18:
|
||||
// key pressed - probably not
|
||||
// interesting to view on profile
|
||||
// key pressed - It should never get in here
|
||||
// as we ingored it at the parent 'case 5'.
|
||||
break;
|
||||
case 19:
|
||||
// obsolete
|
||||
|
|
Loading…
Add table
Reference in a new issue