summaryrefslogtreecommitdiff
path: root/shell/launcher-grid.h
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2014-03-04 20:33:36 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2014-03-04 20:35:34 +0100
commitbe766f12c4c9629d720e149a983503034d75c192 (patch)
tree330d7c4953e7fe732995ced8c789ddc29dfe867c /shell/launcher-grid.h
parent9a981d028404f8d776f1c95287e5ac393ad6f4d7 (diff)
downloadgraynard-be766f12c4c9629d720e149a983503034d75c192.tar.gz
graynard-be766f12c4c9629d720e149a983503034d75c192.zip
shell: remove old launcher grid and related widgets
Diffstat (limited to 'shell/launcher-grid.h')
-rw-r--r--shell/launcher-grid.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/shell/launcher-grid.h b/shell/launcher-grid.h
deleted file mode 100644
index 205341a..0000000
--- a/shell/launcher-grid.h
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * Copyright (C) 2013 Collabora Ltd.
- *
- * Author: Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
- */
-
-#ifndef __LAUNCHER_GRID_H__
-#define __LAUNCHER_GRID_H__
-
-#include <gtk/gtk.h>
-
-G_BEGIN_DECLS
-
-GtkWidget * launcher_grid_new (void);
-
-G_END_DECLS
-
-#endif /* __LAUNCHER_GRID_H__ */