Changeset 77651 in webkit


Ignore:
Timestamp:
Feb 4, 2011 11:57:41 AM (13 years ago)
Author:
leviw@chromium.org
Message:

2011-02-04 Levi Weintraub <leviw@chromium.org>

Reviewed by Darin Adler.

Remove unneeded function declarations in comments in EditorClient.h
https://bugs.webkit.org/show_bug.cgi?id=53745

Removing unused commented out function declarations. No tests since this is just cleanup.

  • page/EditorClient.h:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r77650 r77651  
     12011-02-04  Levi Weintraub  <leviw@chromium.org>
     2
     3        Reviewed by Darin Adler.
     4
     5        Remove unneeded function declarations in comments in EditorClient.h
     6        https://bugs.webkit.org/show_bug.cgi?id=53745
     7
     8        Removing unused commented out function declarations. No tests since this is just cleanup.
     9
     10        * page/EditorClient.h:
     11
    1122011-02-03  Jeremy Orlow  <jorlow@chromium.org>
    213
  • trunk/Source/WebCore/page/EditorClient.h

    r75523 r77651  
    120120   
    121121    virtual bool shouldApplyStyle(CSSStyleDeclaration*, Range*) = 0;
    122 //  virtual bool shouldChangeTypingStyle(CSSStyleDeclaration* fromStyle, CSSStyleDeclaration* toStyle) = 0;
    123 //  virtual bool doCommandBySelector(SEL selector) = 0;
    124122    virtual bool shouldMoveRangeAfterDelete(Range*, Range*) = 0;
    125123
     
    130128    virtual void didWriteSelectionToPasteboard() = 0;
    131129    virtual void didSetSelectionTypesForPasteboard() = 0;
    132 //  virtual void didChangeTypingStyle:(NSNotification *)notification = 0;
    133 //  virtual void didChangeSelection:(NSNotification *)notification = 0;
    134 //  virtual NSUndoManager* undoManager:(WebView *)webView = 0;
    135130   
    136131    virtual void registerCommandForUndo(PassRefPtr<EditCommand>) = 0;
Note: See TracChangeset for help on using the changeset viewer.