Refactor to remove useless wavelength reference
[transportpce.git] / common / src / main / java / org / opendaylight / transportpce / common / fixedflex / FlexGridInterface.java
diff --git a/common/src/main/java/org/opendaylight/transportpce/common/fixedflex/FlexGridInterface.java b/common/src/main/java/org/opendaylight/transportpce/common/fixedflex/FlexGridInterface.java
deleted file mode 100644 (file)
index dd74ae1..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
- * Copyright © 2020 AT&T, Inc. and others.  All rights reserved.
- *
- * This program and the accompanying materials are made available under the
- * terms of the Eclipse Public License v1.0 which accompanies this distribution,
- * and is available at http://www.eclipse.org/legal/epl-v10.html
- */
-package org.opendaylight.transportpce.common.fixedflex;
-
-public interface FlexGridInterface {
-
-    FlexGridImpl getFlexWaveMapping(float centerFrequency, float slotwidth);
-
-    double getStart();
-
-    double getStop();
-}