Skip to content

Commit

Permalink
Cleanup unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisriesgo committed Feb 22, 2015
1 parent 4e74aea commit 184876c
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,17 @@

namespace AndroidAltBeaconLibrary.Sample
{
public class BeaconReferenceApplication : Application, IBootstrapNotifier//, IBeaconConsumer
public class BeaconReferenceApplication : Application, IBootstrapNotifier
{
private const string TAG = "AndroidProximityReferenceApplication";

BeaconManager _beaconManager;

private RegionBootstrap regionBootstrap;
private RangeNotifier _rangeNotifier;
private Region _backgroundRegion;
private BackgroundPowerSaver backgroundPowerSaver;
private bool haveDetectedBeaconsSinceBoot = false;

// private MonitoringActivity monitoringActivity = null;
// public MonitoringActivity MonitoringActivity
// {
// get { return monitoringActivity; }
// set { monitoringActivity = value; }
// }

private MainActivity mainActivity = null;
public MainActivity MainActivity
{
Expand Down

0 comments on commit 184876c

Please sign in to comment.