aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/SideChains/RealTimeGraphX-master/RealTimeGraphX/IGraphSurface.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/SideChains/RealTimeGraphX-master/RealTimeGraphX/IGraphSurface.cs')
-rw-r--r--Software/Visual_Studio/SideChains/RealTimeGraphX-master/RealTimeGraphX/IGraphSurface.cs10
1 files changed, 0 insertions, 10 deletions
diff --git a/Software/Visual_Studio/SideChains/RealTimeGraphX-master/RealTimeGraphX/IGraphSurface.cs b/Software/Visual_Studio/SideChains/RealTimeGraphX-master/RealTimeGraphX/IGraphSurface.cs
index a3aeb90d9..310bc7c3d 100644
--- a/Software/Visual_Studio/SideChains/RealTimeGraphX-master/RealTimeGraphX/IGraphSurface.cs
+++ b/Software/Visual_Studio/SideChains/RealTimeGraphX-master/RealTimeGraphX/IGraphSurface.cs
@@ -12,16 +12,6 @@ namespace RealTimeGraphX
public interface IGraphSurface : IGraphComponent
{
/// <summary>
- /// Occurs when the surface size has changed.
- /// </summary>
- event EventHandler SurfaceSizeChanged;
-
- /// <summary>
- /// Occurs when the surface zoom rectangle has changed.
- /// </summary>
- event EventHandler ZoomRectChanged;
-
- /// <summary>
/// Returns the actual size of the surface.
/// </summary>
/// <returns></returns>