diff options
-rwxr-xr-x | gtk/PlatGTK.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/PlatGTK.cxx b/gtk/PlatGTK.cxx index afccef2b6..dde948453 100755 --- a/gtk/PlatGTK.cxx +++ b/gtk/PlatGTK.cxx @@ -214,10 +214,7 @@ const Supports SupportsGTK[] = { Supports::FractionalStrokeWidth, Supports::TranslucentStroke, Supports::PixelModification, -#if defined(G_OS_UNIX) && !defined(__APPLE__) - // Pango is not thread-safe on Win32 or macOS Supports::ThreadSafeMeasureWidths, -#endif }; } |