Skip to content

Commit

Permalink
Removed dead code.
Browse files Browse the repository at this point in the history
  • Loading branch information
DougLau committed Dec 12, 2024
1 parent f825737 commit 6e6dc78
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/us/mn/state/dot/tms/server/CameraImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
import java.io.Writer;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.Arrays;
import java.util.HashMap;
import java.util.Map;
import us.mn.state.dot.sched.TimeSteward;
Expand Down Expand Up @@ -53,9 +52,6 @@
*/
public class CameraImpl extends DeviceImpl implements Camera {

/** Invalid preset number */
static private final int INVALID_PRESET = -1;

/** Duration of video good/loss report "freshness" */
static private final long VIDEO_REPORT_MS = 5000;

Expand Down

0 comments on commit 6e6dc78

Please sign in to comment.