mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
Cleanup of printer code
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1800 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
9ed8f5e191
commit
ca14e8365c
2 changed files with 14 additions and 25 deletions
|
@ -31,13 +31,6 @@ namespace Greenshot.Forms {
|
|||
public partial class PrintOptionsDialog : BaseForm {
|
||||
private static CoreConfiguration conf = IniConfig.GetIniSection<CoreConfiguration>();
|
||||
|
||||
public bool AllowPrintCenter;
|
||||
public bool AllowPrintEnlarge;
|
||||
public bool AllowPrintRotate;
|
||||
public bool AllowPrintShrink;
|
||||
public bool PrintDateTime;
|
||||
public bool PrintInverted;
|
||||
|
||||
public PrintOptionsDialog() {
|
||||
//
|
||||
// The InitializeComponent() call is required for Windows Forms designer support.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue