Im using theme_user_profile_form($form)
and putting in the line
unset ($form['timezone']);
But it doesnt remove that item from the page
I try:
theme_preprocess_user_profile_form
but it doesnt appear to work.
All I want to do is remove some portions of the user profile edit form, such as theme select, timezone etc