Skip to content

Commit

Permalink
Cleanup|Client: Removed obsolete UI material definitions
Browse files Browse the repository at this point in the history
The "box" materials are still in use in the bias light editor and
some debug visualizations.
  • Loading branch information
skyjake committed May 1, 2014
1 parent c4bda2d commit be05cc1
Showing 1 changed file with 0 additions and 48 deletions.
48 changes: 0 additions & 48 deletions doomsday/client/defs/materials.ded
Expand Up @@ -55,18 +55,6 @@ Material {
}
}

#
# UI Mouse cursor material.
#
Material {
Id = "system:ui/mouse";
Width = 32;
Height = 64;
Layer {
Stage { Texture = "system:ui/mouse"; }
}
}

#
# UI Box-corner material.
#
Expand Down Expand Up @@ -102,39 +90,3 @@ Material {
Stage { Texture = "system:ui/boxshade"; }
}
}

#
# UI Hint material.
#
Material {
Id = "system:ui/hint";
Width = 64;
Height = 64;
Layer {
Stage { Texture = "system:ui/hint"; }
}
}

#
# UI Logo material.
#
Material {
Id = "system:ui/logo";
Width = 256;
Height = 256;
Layer {
Stage { Texture = "system:ui/logo"; }
}
}

#
# UI Background material.
#
Material {
Id = "system:ui/background";
Width = 512;
Height = 512;
Layer {
Stage { Texture = "system:ui/background"; }
}
}

0 comments on commit be05cc1

Please sign in to comment.