summaryrefslogtreecommitdiff
path: root/tk/generic/tkScrollbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'tk/generic/tkScrollbar.h')
-rw-r--r--tk/generic/tkScrollbar.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tk/generic/tkScrollbar.h b/tk/generic/tkScrollbar.h
index fea8ea6b093..c6580640434 100644
--- a/tk/generic/tkScrollbar.h
+++ b/tk/generic/tkScrollbar.h
@@ -39,8 +39,6 @@ typedef struct TkScrollbar {
* freed even after tkwin has gone away. */
Tcl_Interp *interp; /* Interpreter associated with scrollbar. */
Tcl_Command widgetCmd; /* Token for scrollbar's widget command. */
- Tk_Uid orientUid; /* Orientation for window ("vertical" or
- * "horizontal"). */
int vertical; /* Non-zero means vertical orientation
* requested, zero means horizontal. */
int width; /* Desired narrow dimension of scrollbar,
@@ -206,3 +204,4 @@ EXTERN int TkpScrollbarPosition _ANSI_ARGS_((
# define TCL_STORAGE_CLASS DLLIMPORT
#endif /* _TKSCROLLBAR */
+