summaryrefslogtreecommitdiff
path: root/modules/poll/poll.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-09-05 02:21:38 +0000
committerDries Buytaert <dries@buytaert.net>2010-09-05 02:21:38 +0000
commitfb9c1df0b942df39115a9130dfa76e2b3fd33217 (patch)
tree7dce29a2f9eebf607d9106fa2f1aed6fbe0d8b61 /modules/poll/poll.module
parent8e51c3b2a5796737583b59a4970812ff66755b38 (diff)
downloadbrdo-fb9c1df0b942df39115a9130dfa76e2b3fd33217.tar.gz
brdo-fb9c1df0b942df39115a9130dfa76e2b3fd33217.tar.bz2
- Patch #328357 by bleen18, sun, skilip, alanburke, jenlampton, manarth, fgm, tstoeckler: allow module .info files to add CSS/JS.
Diffstat (limited to 'modules/poll/poll.module')
-rw-r--r--modules/poll/poll.module7
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/poll/poll.module b/modules/poll/poll.module
index 3d38f46b0..1de52b55f 100644
--- a/modules/poll/poll.module
+++ b/modules/poll/poll.module
@@ -28,13 +28,6 @@ function poll_help($path, $arg) {
}
/**
- * Implements hook_init().
- */
-function poll_init() {
- drupal_add_css(drupal_get_path('module', 'poll') . '/poll.css', array('preprocess' => TRUE));
-}
-
-/**
* Implements hook_theme().
*/
function poll_theme() {