unregist method

void unregist(
  1. ADKleinAd ad
)

Implementation

void unregist(ADKleinAd ad) {
  adId = ad.adId;
  map.remove(adId);
}