Project

General

Profile

« Previous | Next » 

Revision f08ec48e

Added by Leszek Koltunski over 2 years ago

Remove unneeded API.

View differences:

src/main/java/org/distorted/main/RubikObjectLibInterface.java
33 33

  
34 34
import org.distorted.library.main.DistortedFramebuffer;
35 35
import org.distorted.objectlib.helpers.ObjectLibInterface;
36
import org.distorted.objectlib.main.ObjectControl;
37 36
import org.distorted.objectlib.main.ObjectType;
38 37

  
39 38
import org.distorted.dialogs.RubikDialogNewRecord;
......
322 321
    return SolverMain.cubitIsLocked(type,cubit);
323 322
    }
324 323

  
325
///////////////////////////////////////////////////////////////////////////////////////////////////
326

  
327
  public ObjectControl getControl()
328
    {
329
    RubikActivity act = mAct.get();
330
    return act.getControl();
331
    }
332

  
333 324
///////////////////////////////////////////////////////////////////////////////////////////////////
334 325

  
335 326
  public DistortedFramebuffer getFramebuffer()

Also available in: Unified diff