diff options
author | Richard Nelson <none@none> | 2010-09-27 17:26:16 -0700 |
---|---|---|
committer | Richard Nelson <none@none> | 2010-09-27 17:26:16 -0700 |
commit | 575b0bc04947200d828b43ff68a5435e4cdc4431 (patch) | |
tree | 1c7c87a84a486bd5095038eca33bc4471aee1490 /indra | |
parent | ad440a68bb6a481f17ea8b0cb8f3cecf37502d51 (diff) |
removing skin from repo in favor of user data package
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/skins/minimal/xui/en/main_view.xml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/indra/newview/skins/minimal/xui/en/main_view.xml b/indra/newview/skins/minimal/xui/en/main_view.xml deleted file mode 100644 index c793b1b813..0000000000 --- a/indra/newview/skins/minimal/xui/en/main_view.xml +++ /dev/null @@ -1,27 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes" ?> -<panel - follows="left|right|top|bottom" - height="768" - layout="topleft" - left="0" - mouse_opaque="false" - tab_stop="false" - name="main_view" - width="1024"> - <view top="0" - follows="all" - height="768" - left="0" - mouse_opaque="false" - name="world_view_rect" - width="1024"/> - <panel top="0" - follows="all" - height="768" - mouse_opaque="true" - name="progress_view" - filename="panel_progress.xml" - class="progress_view" - width="1024" - visible="false"/> -</panel> |