mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
Removed more dead code
This commit is contained in:
parent
601236833b
commit
2bbaa4a9a7
38 changed files with 66 additions and 943 deletions
|
@ -21,7 +21,6 @@
|
|||
|
||||
using GreenshotPlugin.Core.Enums;
|
||||
using GreenshotPlugin.UnmanagedHelpers;
|
||||
using log4net;
|
||||
using System;
|
||||
using System.Drawing;
|
||||
using System.Runtime.InteropServices;
|
||||
|
@ -36,8 +35,6 @@ namespace GreenshotPlugin.Core
|
|||
/// </summary>
|
||||
public static class DpiHelper
|
||||
{
|
||||
private static readonly ILog Log = LogManager.GetLogger(typeof(DpiHelper));
|
||||
|
||||
/// <summary>
|
||||
/// This is the default DPI for the screen
|
||||
/// </summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue