Remove unneeded assignments and variables
[platform/upstream/libxkbcommon.git] / src / geom.c
index 6dd610f..87b1f78 100644 (file)
@@ -86,7 +86,6 @@ XkbcComputeRowBounds(struct xkb_geometry * geom, struct xkb_section * section, s
     if (!geom || !section || !row)
         return False;
 
-    pos = 0;
     bounds = &row->bounds;
     bzero(bounds, sizeof(struct xkb_bounds));