Changeset 63919 in webkit


Ignore:
Timestamp:
Jul 22, 2010 4:16:37 PM (14 years ago)
Author:
commit-queue@webkit.org
Message:

2010-07-22 Patrick Gansterer <paroga@paroga.com>

Reviewed by Ojan Vafai.

Remove useless PlatformScrollBar
https://bugs.webkit.org/show_bug.cgi?id=41911

  • WebCore.gypi:
  • platform/win/PlatformScrollBar.h: Removed.
  • platform/win/PlatformScrollBarWin.cpp: Removed.
Location:
trunk/WebCore
Files:
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r63918 r63919  
     12010-07-22  Patrick Gansterer  <paroga@paroga.com>
     2
     3        Reviewed by Ojan Vafai.
     4
     5        Remove useless PlatformScrollBar
     6        https://bugs.webkit.org/show_bug.cgi?id=41911
     7
     8        * WebCore.gypi:
     9        * platform/win/PlatformScrollBar.h: Removed.
     10        * platform/win/PlatformScrollBarWin.cpp: Removed.
     11
    1122010-07-22  Ryosuke Niwa  <rniwa@webkit.org>
    213
  • trunk/WebCore/WebCore.gypi

    r63863 r63919  
    29072907            'platform/win/PlatformMouseEventWin.cpp',
    29082908            'platform/win/PlatformScreenWin.cpp',
    2909             'platform/win/PlatformScrollBar.h',
    2910             'platform/win/PlatformScrollBarWin.cpp',
    29112909            'platform/win/PopupMenuWin.cpp',
    29122910            'platform/win/ScrollbarThemeSafari.cpp',
Note: See TracChangeset for help on using the changeset viewer.