Skip to content

Commit

Permalink
[QA] Remove function definition that doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
rnorris committed Jan 18, 2025
1 parent 34a2779 commit 5c423d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/viklayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,6 @@ void vik_layer_layer_toggle_visible ( VikLayer *l );
/* TODO: put in layerspanel */
GdkPixbuf *vik_layer_load_icon ( VikLayerTypeEnum type );

VikLayer *vik_layer_get_and_reset_trigger();
void vik_layer_emit_update_secondary ( VikLayer *vl ); /* to be called by aggregate layer only. doesn't set the trigger */
void vik_layer_emit_update_although_invisible ( VikLayer *vl );

Expand Down

0 comments on commit 5c423d9

Please sign in to comment.