Wireshark-commits: [Wireshark-commits] master 93f9416: Get rid of the "pixel" member of a color_t.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 1 Jan 2016 02:05:17 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=93f9416c3660b87896e8b59a4d952fb851002bb5
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

93f9416 by Guy Harris (guy@xxxxxxxxxxxx):

    Get rid of the "pixel" member of a color_t.
    
    Now that we're letting GTK+/GDK allocate colors behind the scenes, if it
    allocates them at all, there's no reason to save the allocated color in
    the toolkit-independent color value.
    
    Change-Id: I99df32bd6b07924f41f3d855d2ddecb3dc8d5201
    Reviewed-on: https://code.wireshark.org/review/12983
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  f7b3bda   Remove more unused stuff.
    adds  93f9416   Get rid of the "pixel" member of a color_t.


Summary of changes:
 epan/color_filters.h            |    7 -------
 epan/prefs.c                    |   22 +++++-----------------
 ui/gtk/color_utils.c            |    4 +---
 ui/gtk/prefs_font_color.c       |    2 +-
 ui/qt/color_utils.cpp           |    1 -
 ui/qt/coloring_rules_dialog.cpp |    1 -
 6 files changed, 7 insertions(+), 30 deletions(-)