summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Views/Controls/VideoView.xaml
diff options
context:
space:
mode:
authorsr55 <[email protected]>2011-11-20 20:02:49 +0000
committersr55 <[email protected]>2011-11-20 20:02:49 +0000
commit02ef15e82e63c3d4924fde8a03ef277ee4339785 (patch)
treed6de272b833e11bde58bffc1307bf173434261d3 /win/CS/HandBrakeWPF/Views/Controls/VideoView.xaml
parentc0c88720f5f59104770be38f0e84d7c2897ef465 (diff)
WinGui: (WPF) Some further UI Work.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4362 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Views/Controls/VideoView.xaml')
-rw-r--r--win/CS/HandBrakeWPF/Views/Controls/VideoView.xaml11
1 files changed, 0 insertions, 11 deletions
diff --git a/win/CS/HandBrakeWPF/Views/Controls/VideoView.xaml b/win/CS/HandBrakeWPF/Views/Controls/VideoView.xaml
deleted file mode 100644
index d1b22c15b..000000000
--- a/win/CS/HandBrakeWPF/Views/Controls/VideoView.xaml
+++ /dev/null
@@ -1,11 +0,0 @@
-<UserControl x:Class="HandBrakeWPF.Views.Controls.VideoView"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
- xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
- mc:Ignorable="d"
- d:DesignHeight="300" d:DesignWidth="300">
- <Grid Background="Beige">
-
- </Grid>
-</UserControl>