summaryrefslogtreecommitdiff
path: root/src/com/benburwell/planes/gui/ViewComponent.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/benburwell/planes/gui/ViewComponent.java')
-rw-r--r--src/com/benburwell/planes/gui/ViewComponent.java10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/com/benburwell/planes/gui/ViewComponent.java b/src/com/benburwell/planes/gui/ViewComponent.java
deleted file mode 100644
index 91c21cd..0000000
--- a/src/com/benburwell/planes/gui/ViewComponent.java
+++ /dev/null
@@ -1,10 +0,0 @@
-package com.benburwell.planes.gui;
-
-import javax.swing.*;
-
-/**
- * Created by ben on 11/17/16.
- */
-public interface ViewComponent {
- JComponent getComponent();
-}