| Index: ui/base/dragdrop/drag_drop_types.h
|
| diff --git a/ui/base/dragdrop/drag_drop_types.h b/ui/base/dragdrop/drag_drop_types.h
|
| index afa8f9e7e35b77c92d6a6eb010b1916b35860849..c74d4e28a44b81bd9752cb55e0ad8a4037b25bd8 100644
|
| --- a/ui/base/dragdrop/drag_drop_types.h
|
| +++ b/ui/base/dragdrop/drag_drop_types.h
|
| @@ -28,9 +28,6 @@ class UI_BASE_EXPORT DragDropTypes {
|
| #if defined(OS_WIN)
|
| static uint32 DragOperationToDropEffect(int drag_operation);
|
| static int DropEffectToDragOperation(uint32 effect);
|
| -#elif defined(TOOLKIT_GTK)
|
| - static int DragOperationToGdkDragAction(int drag_operation);
|
| - static int GdkDragActionToDragOperation(int gdk_drag_action);
|
| #endif
|
| };
|
|
|
|
|