The function theme_share_widget_tabs_settings() specifically keeps the weight select list present by calling drupal_add_tabledrag() with $hidden = FALSE. Seems to me, once the settings are visible (#460784: share_widget tab settings are hidden), this form would be less cluttered without it.
Comments
Comment #1
greenskin commentedCommitted. Thanks for catching this, I was showing the weight to help debug something but forgot to put it back.
I'm curious what tab functionality you are working on.
Comment #2
gribnif commented> I'm curious what tab functionality you are working on.
It's a custom module which relies upon another module that is custom to our site, so it would require a lot of time to elaborate :-).