diff options
Diffstat (limited to 'xorg/X11R7.6/rdp/rdp.h')
-rw-r--r-- | xorg/X11R7.6/rdp/rdp.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xorg/X11R7.6/rdp/rdp.h b/xorg/X11R7.6/rdp/rdp.h index 63c7436a..32d05d6a 100644 --- a/xorg/X11R7.6/rdp/rdp.h +++ b/xorg/X11R7.6/rdp/rdp.h @@ -301,10 +301,6 @@ struct _rdpPixmapRec then we force remote the pixmap */ int use_count; int kind_width; - /* number of times used in a remote operation - if this gets above XRDP_USE_COUNT_THRESHOLD - then we force remote the pixmap */ - int use_count; struct rdp_draw_item* draw_item_head; struct rdp_draw_item* draw_item_tail; }; |