mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Drop access to native window.
The new NFD library is not using this information, and the old one was using it only on Windows. Oh well. Removal of this functionality also removes some build-time decisions.
This commit is contained in:
@@ -24,7 +24,6 @@ public:
|
||||
void SetTitle( const char* title );
|
||||
|
||||
float GetDpiScale();
|
||||
void* GetNativeWindow();
|
||||
|
||||
private:
|
||||
WindowPosition m_winPos;
|
||||
|
||||
Reference in New Issue
Block a user