Skip to content

Commit 2ba31c8

Browse files
committed
no longer used under the current regime
1 parent c427b4c commit 2ba31c8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

core/src/processing/core/PSurface.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,11 @@ public interface PSurface {
9595

9696
//public Component getComponent();
9797

98-
/**
99-
* Sometimes smoothing must be set at the drawing surface level
100-
* not just inside the renderer itself.
101-
*/
102-
public void setSmooth(int level);
98+
// /**
99+
// * Sometimes smoothing must be set at the drawing surface level
100+
// * not just inside the renderer itself.
101+
// */
102+
// public void setSmooth(int level);
103103

104104
public void setFrameRate(float fps);
105105

0 commit comments

Comments
 (0)