From 2be1898c53f90c4769e38d55685f3688f2795c91 Mon Sep 17 00:00:00 2001 From: Killy Date: Mon, 27 Apr 2020 19:30:22 +0300 Subject: [PATCH] Width and Height shouldn't be exposed through ISurface anymore --- GreenshotPlugin/Interfaces/ISurface.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/GreenshotPlugin/Interfaces/ISurface.cs b/GreenshotPlugin/Interfaces/ISurface.cs index e32247188..73b31b05d 100644 --- a/GreenshotPlugin/Interfaces/ISurface.cs +++ b/GreenshotPlugin/Interfaces/ISurface.cs @@ -191,8 +191,6 @@ namespace GreenshotPlugin.Interfaces get; set; } - int Width { get; } - int Height { get; } /// /// Zoom value applied to the surface. 1.0f for actual size (100%).