Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 6, 2018, 2:01:20 AM (6 years ago)
Author:
landauf
Message:

[HUD_HS16] removed a lot of unused stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/modules/overlays/hud/HUDPickupItem.cc

    r11701 r11702  
    3636
    3737#include "core/CoreIncludes.h"
    38 #include "core/XMLPort.h"
    39 #include "util/Convert.h"
    4038#include "core/class/Super.h"
     39#include "util/StringUtils.h"
    4140#include "HUDPickupItem.h"
    4241
     
    6867    }
    6968
    70     void HUDPickupItem::hideMe(Pickupable* p, bool repaint)
     69    void HUDPickupItem::hideMe()
    7170    {
    72         if(!repaint) return;                     //dont do anything, if we are not allowed to repaint because the level is terminating
    73         assert(overlayElement_);
    74         assert(this->background_);
    7571        //overlayElement_->hide();
    7672        this->background_->removeChild(overlayElement_->getName());
Note: See TracChangeset for help on using the changeset viewer.