/**
   * remove the drawable from the correct list
   *
   * @param drawable drawable to remove
   */
  protected void remove(Drawable3D drawable) {

    // TODO fix it
    if (drawable != null) {
      // App.debug(drawable.getGeoElement()+"");
      drawable.removeFromDrawable3DLists(this);
    }
  }