mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-21 05:29:13 +00:00
Removed redundant code.
This commit is contained in:
parent
2dde2efff0
commit
0e52b7365e
@ -10,11 +10,6 @@ import Cocoa
|
|||||||
|
|
||||||
class Atari2600Document: NSDocument, CSCathodeRayViewDelegate {
|
class Atari2600Document: NSDocument, CSCathodeRayViewDelegate {
|
||||||
|
|
||||||
override init() {
|
|
||||||
super.init()
|
|
||||||
// Add your subclass-specific initialization here.
|
|
||||||
}
|
|
||||||
|
|
||||||
@IBOutlet weak var openGLView: CSCathodeRayView?
|
@IBOutlet weak var openGLView: CSCathodeRayView?
|
||||||
override func windowControllerDidLoadNib(aController: NSWindowController) {
|
override func windowControllerDidLoadNib(aController: NSWindowController) {
|
||||||
super.windowControllerDidLoadNib(aController)
|
super.windowControllerDidLoadNib(aController)
|
||||||
@ -74,10 +69,4 @@ class Atari2600Document: NSDocument, CSCathodeRayViewDelegate {
|
|||||||
}
|
}
|
||||||
lastCycleCount = cycleCount
|
lastCycleCount = cycleCount
|
||||||
}
|
}
|
||||||
|
|
||||||
// MARK: CSAtari2600Delegate
|
|
||||||
|
|
||||||
func atari2600NeedsRedraw(atari2600: CSAtari2600!) {
|
|
||||||
openGLView?.needsDisplay = true
|
|
||||||
}
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user