Bladeren bron

Removed unused files.

Stan Hebben 5 jaren geleden
bovenliggende
commit
7844dea790

+ 0
- 20
DrawableGui/src/main/java/org/openzen/drawablegui/live/MutableLiveBool.java Bestand weergeven

@@ -1,20 +0,0 @@
1
-/*
2
- * To change this license header, choose License Headers in Project Properties.
3
- * To change this template file, choose Tools | Templates
4
- * and open the template in the editor.
5
- */
6
-package org.openzen.drawablegui.live;
7
-
8
-import live.LiveBool;
9
-
10
-/**
11
- *
12
- * @author Hoofdgebruiker
13
- */
14
-public interface MutableLiveBool extends LiveBool {
15
-	void setValue(boolean value);
16
-	
17
-	default void toggle() {
18
-		setValue(!getValue());
19
-	}
20
-}

+ 0
- 16
DrawableGui/src/main/java/org/openzen/drawablegui/live/MutableLiveString.java Bestand weergeven

@@ -1,16 +0,0 @@
1
-/*
2
- * To change this license header, choose License Headers in Project Properties.
3
- * To change this template file, choose Tools | Templates
4
- * and open the template in the editor.
5
- */
6
-package org.openzen.drawablegui.live;
7
-
8
-import live.LiveString;
9
-
10
-/**
11
- *
12
- * @author Hoofdgebruiker
13
- */
14
-public interface MutableLiveString extends LiveString {
15
-	void setValue(String value);
16
-}

Laden…
Annuleren
Opslaan