carb::extras::unregisterPathAlias
Defined in carb/extras/Tokens.h
- 
inline void carb::extras::unregisterPathAlias(const char *alias)
- Unregisters a path string alias. - Parameters
- alias – [in] The alias string to be removed. This should not contain the replacement marker around the name “${}”. This should have been previously registered with registerPathAlias(). 
- Returns
- No return value.