Skip to content

Commit

Permalink
Removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
isso committed Nov 13, 2016
1 parent dda95a9 commit 94eaa63
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ public class ArduinoConnectivityPopup extends Dialog {
private boolean isConnecting = false;
private Hashtable<String, OneSheeldDevice> foundDevicesTable;
public static String EXTRA_DEVICE_NAME = "device_name";
private BluetoothAdapter mBtAdapter;

public ArduinoConnectivityPopup(Activity context) {
super(context, android.R.style.Theme_Translucent_NoTitleBar);
Expand Down Expand Up @@ -124,7 +123,6 @@ protected void onCreate(Bundle savedInstanceState) {
setContentView(R.layout.initialization_view);
setCancelable(false);
((OneSheeldApplication)activity.getApplication()).setIsDemoMode(false);
// mBtAdapter = BluetoothAdapter.getDefaultAdapter();
deviceListCont = (RelativeLayout) findViewById(R.id.devicesListContainer);
loading = (ProgressBar) findViewById(R.id.progress);
smallLoading = (ProgressBar) findViewById(R.id.small_progress);
Expand Down

0 comments on commit 94eaa63

Please sign in to comment.