diff --git a/core/src/processing/core/PSurface.java b/core/src/processing/core/PSurface.java index 1c5270cf2..10359db3d 100644 --- a/core/src/processing/core/PSurface.java +++ b/core/src/processing/core/PSurface.java @@ -95,11 +95,11 @@ public interface PSurface { //public Component getComponent(); - /** - * Sometimes smoothing must be set at the drawing surface level - * not just inside the renderer itself. - */ - public void setSmooth(int level); +// /** +// * Sometimes smoothing must be set at the drawing surface level +// * not just inside the renderer itself. +// */ +// public void setSmooth(int level); public void setFrameRate(float fps);