mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 21:43:24 -07:00
Removed more dead code
This commit is contained in:
parent
601236833b
commit
2bbaa4a9a7
38 changed files with 66 additions and 943 deletions
|
@ -358,16 +358,6 @@ namespace GreenshotPlugin.Core
|
|||
return _childWindows;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Retrieve children with a certain title or classname
|
||||
/// </summary>
|
||||
/// <param name="titlePattern">The regexp to look for in the title</param>
|
||||
/// <param name="classnamePattern">The regexp to look for in the classname</param>
|
||||
/// <returns>List WindowDetails with all the found windows, or an empty list</returns>
|
||||
public IEnumerable<WindowDetails> FindChildren(string titlePattern, string classnamePattern) {
|
||||
return FindWindow(Children, titlePattern, classnamePattern);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets the window's handle
|
||||
/// </summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue