int TwRemoveVar(TwBar *bar, const char *name)
This function removes a variable, button or separator from a tweak bar.
The tweak bar from which to remove a variable.
The name of the variable. It is the same name as the one provided to the TwAdd* functions when the variable was added.
TwRemoveAllVars, TwAddVarRW, TwAddVarRO, TwAddVarCB, TwAddButton, TwAddSeparator