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:
RKrom 2012-04-18 14:58:10 +00:00
commit ca14e8365c
2 changed files with 14 additions and 25 deletions

View file

@ -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.