XEmacs 21.2.25 "Hephaestus".
[chise/xemacs-chise.git.1] / lwlib / xlwtabsP.h
index 48b0c0e..ca1b1e5 100644 (file)
@@ -18,7 +18,7 @@ along with XEmacs; see the file COPYING.  If not, write to
 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
-/* Synched up with: TabsP.h 1.7 */
+/* Synched up with: TabsP.h 1.8 */
 
 /*
  * TabsP.h - Private definitions for Index Tabs widget
@@ -132,9 +132,6 @@ typedef     struct _TabsConstraintsPart {
        Dimension       width ;         /* tab width */
        Position        x,y ;           /* tab base position */
        short           row ;           /* tab row */
-       Dimension       wid,hgt ;       /* desired size */
-       Dimension       bwid ;          /* desired border width */
-       Boolean         queried ;       /* we've asked child it's pref. size */
        Position        l_x, l_y ;      /* label position */
        Position        lbm_x, lbm_y ;  /* bitmap position */
        unsigned int    lbm_width, lbm_height, lbm_depth ;