Skip to content

Commit

Permalink
fix(komorebi): remove some warnings that just snuck in
Browse files Browse the repository at this point in the history
  • Loading branch information
raggi authored and LGUG2Z committed Feb 26, 2024
1 parent de0db4d commit c435f84
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions komorebi/src/windows_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ use windows::Win32::System::Threading::PROCESS_ACCESS_RIGHTS;
use windows::Win32::System::Threading::PROCESS_NAME_WIN32;
use windows::Win32::System::Threading::PROCESS_QUERY_INFORMATION;
use windows::Win32::UI::HiDpi::GetDpiForMonitor;
use windows::Win32::UI::HiDpi::GetDpiForSystem;
use windows::Win32::UI::HiDpi::GetDpiForWindow;
use windows::Win32::UI::HiDpi::SetProcessDpiAwarenessContext;
use windows::Win32::UI::HiDpi::DPI_AWARENESS_CONTEXT_PER_MONITOR_AWARE_V2;
use windows::Win32::UI::HiDpi::MDT_EFFECTIVE_DPI;
Expand Down

0 comments on commit c435f84

Please sign in to comment.