diff options
Diffstat (limited to 'views/view.cc')
-rw-r--r-- | views/view.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/views/view.cc b/views/view.cc index d616fc7..8ffb77e 100644 --- a/views/view.cc +++ b/views/view.cc @@ -40,9 +40,6 @@ ViewsDelegate* ViewsDelegate::views_delegate = NULL; // static char View::kViewClassName[] = "views/View"; -// static -const int View::kShowFolderDropMenuDelay = 400; - //////////////////////////////////////////////////////////////////////////////// // View, public: |