Skip to content

Commit

Permalink
Removed some portions of program that mention Nefarius.Utilities.Devi…
Browse files Browse the repository at this point in the history
…ceManagement

No longer used
  • Loading branch information
Ryochan7 committed Sep 23, 2023
1 parent 9258f79 commit bed4585
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 29 deletions.
21 changes: 0 additions & 21 deletions DS4Windows/DS4Forms/About.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,27 +140,6 @@ dondrakon - Ukranian
</StackPanel>
</Border>

<Border BorderThickness="1" CornerRadius="10" Margin="0,8,0,0" BorderBrush="{DynamicResource BorderColor}">
<StackPanel Margin="8">
<TextBlock Text="Nefarius.Utilities.DeviceManagement" FontSize="18" FontWeight="Bold" />
<StackPanel Orientation="Horizontal" Margin="0,8,0,0">
<TextBlock Text="Project URL:" />
<TextBlock Margin="8,0,0,0">
<Hyperlink x:Name="deviceManagementLink" Click="DeviceManagementLink_Click" Foreground="{DynamicResource AccentColor}">https://github.com/nefarius/Nefarius.Utilities.DeviceManagement</Hyperlink>
</TextBlock>
</StackPanel>
<Expander Header="Description" Margin="0,8,0,0">
<Expander.Content>
<TextBlock TextWrapping="Wrap">
<TextBlock.Text>
Managed wrappers around SetupAPI, Cfgmgr32, NewDev and DrvStore native APIs on Windows.
</TextBlock.Text>
</TextBlock>
</Expander.Content>
</Expander>
</StackPanel>
</Border>

<Border BorderThickness="1" CornerRadius="10" Margin="0,8,0,0" BorderBrush="{DynamicResource BorderColor}">
<StackPanel Margin="8">
<TextBlock Text="CRC32" FontSize="18" FontWeight="Bold" />
Expand Down
5 changes: 0 additions & 5 deletions DS4Windows/DS4Forms/About.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,6 @@ private void VJoyInterfaceLink_Click(object sender, RoutedEventArgs e)
Util.StartProcessHelper("https://github.com/shauleiz/vJoy/tree/master/apps/common/vJoyInterfaceCS");
}

private void DeviceManagementLink_Click(object sender, RoutedEventArgs e)
{
Util.StartProcessHelper("https://github.com/nefarius/Nefarius.Utilities.DeviceManagement");
}

private void BuyCoffeeLink_Click(object sender, RoutedEventArgs e)
{
Util.StartProcessHelper("https://buymeacoffee.com/ryochan7");
Expand Down
3 changes: 0 additions & 3 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,3 @@ http://cristal.univ-lille.fr/~casiez/1euro/OneEuroFilter.cs

vJoyInterfaceCS:
https://github.com/shauleiz/vJoy/tree/master/apps/common/vJoyInterfaceCS

Nefarius.Utilities.DeviceManagement
https://github.com/nefarius/Nefarius.Utilities.DeviceManagement

0 comments on commit bed4585

Please sign in to comment.