peterhaneve / evemon

A lightweight, easy-to-use standalone Windows application designed to assist you in keeping track of your EVE Online character progression.
311 stars 70 forks source link

Time to remove Logitech G15 keyboard support? #246

Closed wvdvegt closed 4 years ago

wvdvegt commented 4 years ago

Given the fact that it doesn't seem to available anymore (last prices date from 2015), it might be time to remove G15 support.

diff --git a/src/EVEMon/MainWindow.cs b/src/EVEMon/MainWindow.cs
index e60ec08e..1eaf51d1 100644
--- a/src/EVEMon/MainWindow.cs
+++ b/src/EVEMon/MainWindow.cs
@@ -23,7 +23,7 @@ using EVEMon.Common.Service;
 using EVEMon.Common.SettingsObjects;
 using EVEMon.DetailsWindow;
 using EVEMon.ImplantControls;
-using EVEMon.LogitechG15;
+//using EVEMon.LogitechG15;
 using EVEMon.NotificationWindow;
 using EVEMon.PieChart;
 using EVEMon.SettingsUI;
@@ -248,8 +248,8 @@ namespace EVEMon
             await Settings.ImportDataAsync();

             // Initialize G15
-            if (OSFeatureCheck.IsWindowsNT)
-                G15Handler.Initialize();
+            //if (OSFeatureCheck.IsWindowsNT)
+            //    G15Handler.Initialize();

             m_initialized = true;

And remove the EVEMon.LogitechG15 project & references from the solution.