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%).