# File lib/openshift-origin-controller/app/models/gear.rb, line 266
  def remove_env_var(key)
    get_proxy.remove_env_var(app, self, key)
  end