diff --git a/RevisionHistory.html b/RevisionHistory.html
index 7c3722de..8971d515 100644
--- a/RevisionHistory.html
+++ b/RevisionHistory.html
@@ -446,5 +446,19 @@
- Version 7.3.4
- Modified percent correction to use user settable middle exclude radius and added ability to show values in inches.
+
+
+
+- Version 7.4.0
+
+- New menu item to reset wavefront auto invert.
+- Fixed bug that was causing intermitent crashes.
+- Fix discrepency in wavefront 2D cut angle versus wavefront profile.
+- Improved wavefront subtraction.
+- Minor code quality improvements.
+- Updated project dependencies.
+
+
+
diff --git a/mainwindow.cpp b/mainwindow.cpp
index 9f9f7a11..b0dec289 100644
--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -2100,18 +2100,6 @@ void MainWindow::on_actionastig_in_polar_triggered()
graph->exec();
graph->disconnect();
delete graph;
-}
-
-
-void MainWindow::on_actiondebugSomething_triggered()
-{
-
-
-
-
-
-
-
}
diff --git a/mainwindow.h b/mainwindow.h
index c549964e..13021de9 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -273,8 +273,6 @@ private slots:
void on_actionastig_in_polar_triggered();
- void on_actiondebugSomething_triggered();
-
void on_actionStop_auto_invert_triggered();
private:
diff --git a/mainwindow.ui b/mainwindow.ui
index d128c6d5..87ef2620 100644
--- a/mainwindow.ui
+++ b/mainwindow.ui
@@ -83,7 +83,6 @@
-