]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/dcclient.cpp
missing reversed orientation assignments
[wxWidgets.git] / src / gtk / dcclient.cpp
index 6022888051ce8cfa903778129f635f3db8589b76..1fdc8aab532705f80689f98118d643f61957877d 100644 (file)
@@ -1809,7 +1809,6 @@ bool wxWindowDC::DoGetPartialTextExtents(const wxString& text,
     {
         pango_layout_iter_get_cluster_extents(iter, NULL, &pos);
         int position = PANGO_PIXELS(pos.x);
-        size_t curIndex = pango_layout_iter_get_index(iter);
         widths[i++] = position;
     }
     while (i < len)