Function gpa::gpaRemoveLayer

Function Documentation

bool gpa::gpaRemoveLayer(char const *layerName)

Removes an installed layer by name.

Once a layer is removed, the layer's d ispatch table is not restored to what it was when originally added. The caller will have to reset their dispatch table if they want to re-add it.

Parameters

layerName -- [in] The named layer to remove

Returns

True if removed, false if not found