diff --git a/opm/parser/eclipse/CMakeLists.txt b/opm/parser/eclipse/CMakeLists.txt
index 536e05c2b..9464bcc7f 100644
--- a/opm/parser/eclipse/CMakeLists.txt
+++ b/opm/parser/eclipse/CMakeLists.txt
@@ -108,7 +108,6 @@ EclipseState/Schedule/Tuning.cpp
EclipseState/Schedule/Events.cpp
#
EclipseState/Tables/SimpleTable.cpp
-EclipseState/Tables/MultiRecordTable.cpp
EclipseState/Tables/VFPProdTable.cpp
EclipseState/Tables/VFPInjTable.cpp
EclipseState/Tables/TableManager.cpp
@@ -117,6 +116,7 @@ EclipseState/Tables/TableColumn.cpp
EclipseState/Tables/ColumnSchema.cpp
EclipseState/Tables/TableSchema.cpp
EclipseState/Tables/TableIndex.cpp
+EclipseState/Tables/PvtxTable.cpp
#
EclipseState/Grid/GridProperty.cpp
EclipseState/Grid/Box.cpp
@@ -239,16 +239,13 @@ EclipseState/Tables/Tabdims.hpp
EclipseState/Tables/Eqldims.hpp
EclipseState/Tables/Regdims.hpp
EclipseState/Tables/PlyadsTable.hpp
-EclipseState/Tables/PvtoOuterTable.hpp
+EclipseState/Tables/PvtoTable.hpp
EclipseState/Tables/RocktabTable.hpp
-EclipseState/Tables/PvtgInnerTable.hpp
EclipseState/Tables/PvdoTable.hpp
-EclipseState/Tables/MultiRecordTable.hpp
EclipseState/Tables/PvdgTable.hpp
EclipseState/Tables/PvdsTable.hpp
EclipseState/Tables/SimpleTable.hpp
EclipseState/Tables/PlymaxTable.hpp
-EclipseState/Tables/PvtgTable.hpp
EclipseState/Tables/PlyrockTable.hpp
EclipseState/Tables/SwofTable.hpp
EclipseState/Tables/SgwfnTable.hpp
@@ -258,7 +255,6 @@ EclipseState/Tables/SsfnTable.hpp
EclipseState/Tables/Sof2Table.hpp
EclipseState/Tables/Sof3Table.hpp
EclipseState/Tables/EnptvdTable.hpp
-EclipseState/Tables/FullTable.hpp
EclipseState/Tables/PlyviscTable.hpp
EclipseState/Tables/PlydhflfTable.hpp
EclipseState/Tables/PlyshlogTable.hpp
@@ -266,16 +262,15 @@ EclipseState/Tables/EnkrvdTable.hpp
EclipseState/Tables/ImkrvdTable.hpp
EclipseState/Tables/SgofTable.hpp
EclipseState/Tables/SlgofTable.hpp
-EclipseState/Tables/PvtoTable.hpp
+EclipseState/Tables/PvtxTable.hpp
EclipseState/Tables/ImptvdTable.hpp
EclipseState/Tables/RsvdTable.hpp
-EclipseState/Tables/PvtoInnerTable.hpp
EclipseState/Tables/RvvdTable.hpp
EclipseState/Tables/RtempvdTable.hpp
EclipseState/Tables/OilvisctTable.hpp
EclipseState/Tables/GasvisctTable.hpp
EclipseState/Tables/WatvisctTable.hpp
-EclipseState/Tables/PvtgOuterTable.hpp
+EclipseState/Tables/PvtgTable.hpp
EclipseState/Tables/VFPProdTable.hpp
EclipseState/Tables/VFPInjTable.hpp
EclipseState/Tables/TableManager.hpp
diff --git a/opm/parser/eclipse/EclipseState/Tables/FullTable.hpp b/opm/parser/eclipse/EclipseState/Tables/FullTable.hpp
deleted file mode 100644
index 2b3e41ca2..000000000
--- a/opm/parser/eclipse/EclipseState/Tables/FullTable.hpp
+++ /dev/null
@@ -1,100 +0,0 @@
-/*
- Copyright (C) 2013 by Andreas Lauser
-
- This file is part of the Open Porous Media project (OPM).
-
- OPM is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- OPM is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with OPM. If not, see .
- */
-#ifndef OPM_PARSER_FULL_TABLE_HPP
-#define OPM_PARSER_FULL_TABLE_HPP
-
-#include
-#include
-#include
-
-#include