remove zombie code

This commit is contained in:
Izakbar
2024-11-16 11:15:16 +00:00
parent cba8f7d3a2
commit 2b8f20c14f

View File

@@ -12,7 +12,6 @@ namespace EveOPreview.View
public abstract partial class ThumbnailView : Form, IThumbnailView
{
#region Private constants
// private const int RESIZE_EVENT_TIMEOUT = 500;
private const double OPACITY_THRESHOLD = 0.9;
private const double OPACITY_EPSILON = 0.1;
#endregion