mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-03-04 06:44:40 +01:00
Remove un-needed semi-colon
This commit is contained in:
parent
4e56f60de4
commit
3fcb86965e
1 changed files with 0 additions and 6 deletions
|
@ -70,19 +70,13 @@ public abstract class DisplaySource {
|
|||
public void onSignalReset(DisplayLinkContext context) {
|
||||
}
|
||||
|
||||
;
|
||||
|
||||
public void populateData(DisplayLinkContext context) {
|
||||
}
|
||||
|
||||
;
|
||||
|
||||
public int getPassiveRefreshTicks() {
|
||||
return 100;
|
||||
}
|
||||
|
||||
;
|
||||
|
||||
public boolean shouldPassiveReset() {
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue