[gnome-shell/wip/re-search-v2: 14/33] search: remove more dead code
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/re-search-v2: 14/33] search: remove more dead code
- Date: Mon, 3 Dec 2012 09:56:47 +0000 (UTC)
commit f182797da63a1ea43d1d73ae76964de9b0c849a8
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Tue Nov 27 15:06:12 2012 -0500
search: remove more dead code
js/ui/search.js | 16 ----------------
1 files changed, 0 insertions(+), 16 deletions(-)
---
diff --git a/js/ui/search.js b/js/ui/search.js
index d9a6aee..f3ee6de 100644
--- a/js/ui/search.js
+++ b/js/ui/search.js
@@ -1,26 +1,10 @@
// -*- mode: js; js-indent-level: 4; indent-tabs-mode: nil -*-
-const Gio = imports.gi.Gio;
-const GLib = imports.gi.GLib;
const Lang = imports.lang;
const Signals = imports.signals;
-const Shell = imports.gi.Shell;
-const Util = imports.misc.util;
-
-const FileUtils = imports.misc.fileUtils;
-const Main = imports.ui.main;
const SEARCH_PROVIDERS_SCHEMA = 'org.gnome.desktop.search-providers';
-// Not currently referenced by the search API, but
-// this enumeration can be useful for provider
-// implementations.
-const MatchType = {
- NONE: 0,
- SUBSTRING: 1,
- PREFIX: 2
-};
-
/**
* SearchProvider:
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]