Skip to content

Commit

Permalink
barebone finalized
Browse files Browse the repository at this point in the history
  • Loading branch information
rizz360 committed Dec 28, 2015
1 parent 06562ad commit bed513e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 107 deletions.
100 changes: 0 additions & 100 deletions app/src/main/java/com/rizz/pdf/pdfsensing/ArcPlayTimer.java

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
public class FullscreenActivity extends Activity {
private static final String LOG_TAG = "FullScreenActivity";
private ArcRecordTimer arcRecTimer;
private ArcPlayTimer arcPlayTimer;
private RelativeLayout helpOverlay;
private boolean helpVisibility = false;

Expand Down Expand Up @@ -56,9 +55,7 @@ public void recordAction(View view) {
if (StatusHandler.checkReadyState())
arcRecTimer.startCountdown();
}

public void playAction(View view) {arcPlayTimer.startCountdown();}


public void helpAction(View view) {
helpVisibility = !helpVisibility;
if(helpVisibility)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
import android.media.MediaRecorder;
import android.util.Log;

import com.rizz.pdf.pdfsensing.ArcPlayTimer;
import com.rizz.pdf.pdfsensing.R;

import java.io.IOException;

/**
Expand Down

0 comments on commit bed513e

Please sign in to comment.