Method

IpuzCluesremove_clue

Declaration [src]

void
ipuz_clues_remove_clue (
  IpuzClues* clues,
  IpuzClue* clue
)

Description [src]

Removes clue from clues. The clue will also be unlinked from the grid.

Parameters

clue

Type: IpuzClue

A clue to remove.

The data is owned by the caller of the method.