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
|
@ -20,7 +20,6 @@
|
|||
*/
|
||||
|
||||
using System.Drawing;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace GreenshotPlugin.Interfaces.Forms {
|
||||
/// <summary>
|
||||
|
@ -34,20 +33,8 @@ namespace GreenshotPlugin.Interfaces.Forms {
|
|||
/// </summary>
|
||||
/// <returns>Bitmap</returns>
|
||||
Image GetImageForExport();
|
||||
|
||||
/// <summary>
|
||||
/// Get the ToolStripMenuItem where plugins can place their Menu entrys
|
||||
/// </summary>
|
||||
/// <returns>ToolStripMenuItem</returns>
|
||||
ToolStripMenuItem GetPluginMenuItem();
|
||||
|
||||
/// <summary>
|
||||
/// Get the File ToolStripMenuItem
|
||||
/// </summary>
|
||||
/// <returns>ToolStripMenuItem</returns>
|
||||
ToolStripMenuItem GetFileMenuItem();
|
||||
|
||||
/// <summary>
|
||||
/// <summary>
|
||||
/// Make the ICaptureDetails from the current Surface in the EditorForm available.
|
||||
/// </summary>
|
||||
ICaptureDetails CaptureDetails {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue