Nothing "new" with these

Change-Id: I95d81a35da99beb412b51604ff074e410dbfb530
This commit is contained in:
Tor Lillqvist
2015-10-21 14:26:46 +03:00
parent 4444068070
commit 11c7da74d5
2 changed files with 0 additions and 3 deletions

View File

@@ -128,7 +128,6 @@ constants TransitionSubType
const short FADETOCOLOR = 102; const short FADETOCOLOR = 102;
const short FADEFROMCOLOR = 103; const short FADEFROMCOLOR = 103;
const short FADEOVERCOLOR = 104; const short FADEOVERCOLOR = 104;
// new
const short THREEBLADE = 105; const short THREEBLADE = 105;
const short EIGHTBLADE = 106; const short EIGHTBLADE = 106;
const short ONEBLADE = 107; const short ONEBLADE = 107;

View File

@@ -64,8 +64,6 @@ constants TransitionType
const short PUSHWIPE = 35; const short PUSHWIPE = 35;
const short SLIDEWIPE = 36; const short SLIDEWIPE = 36;
const short FADE = 37; const short FADE = 37;
// new
const short RANDOMBARWIPE = 38; const short RANDOMBARWIPE = 38;
const short CHECKERBOARDWIPE = 39; const short CHECKERBOARDWIPE = 39;
const short DISSOLVE = 40; const short DISSOLVE = 40;