mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 13:33:27 -07:00
Removed more dead code
This commit is contained in:
parent
601236833b
commit
2bbaa4a9a7
38 changed files with 66 additions and 943 deletions
|
@ -30,17 +30,6 @@ namespace GreenshotPlugin.UnmanagedHelpers.Enums
|
|||
[SuppressMessage("ReSharper", "InconsistentNaming")]
|
||||
public enum EventObjects
|
||||
{
|
||||
OBJID_ALERT = -10,
|
||||
OBJID_CARET = -8,
|
||||
OBJID_CLIENT = -4,
|
||||
OBJID_CURSOR = -9,
|
||||
OBJID_HSCROLL = -6,
|
||||
OBJID_MENU = -3,
|
||||
OBJID_SIZEGRIP = -7,
|
||||
OBJID_SOUND = -11,
|
||||
OBJID_SYSMENU = -1,
|
||||
OBJID_TITLEBAR = -2,
|
||||
OBJID_VSCROLL = -5,
|
||||
OBJID_WINDOW = 0
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue