summaryrefslogtreecommitdiffstats
path: root/mandoline/ui/common/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'mandoline/ui/common/util.h')
-rw-r--r--mandoline/ui/common/util.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/mandoline/ui/common/util.h b/mandoline/ui/common/util.h
deleted file mode 100644
index 63e88b5..0000000
--- a/mandoline/ui/common/util.h
+++ /dev/null
@@ -1,21 +0,0 @@
-// Copyright 2015 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef MANDOLINE_UI_COMMON_UTIL_H_
-#define MANDOLINE_UI_COMMON_UTIL_H_
-
-#include <vector>
-#include "ui/gfx/display.h"
-
-namespace mus {
-class Window;
-}
-
-namespace mandoline {
-
-std::vector<gfx::Display> GetDisplaysFromWindow(mus::Window* window);
-
-} // namespace mandoline
-
-#endif // MANDOLINE_UI_COMMON_UTIL_H_ \ No newline at end of file