diff --git a/header.php b/header.php
index 1a18913..b38ea7b 100644
--- a/header.php
+++ b/header.php
@@ -10,8 +10,6 @@
-
-
diff --git a/inc/roots-actions.php b/inc/roots-actions.php
index ebb23b4..830a415 100644
--- a/inc/roots-actions.php
+++ b/inc/roots-actions.php
@@ -1,30 +1,5 @@
\n";
- }
-
- echo $styles;
-}
-
-function stylesheet_link_tag($file, $tabs = 0, $newline = true, $rel = 'stylesheet') {
- $indent = str_repeat("\t", $tabs);
- return $indent . '' . ($newline ? "\n" : "");
-}
-
-add_action('roots_stylesheets', 'roots_get_stylesheets');
-
function roots_google_analytics() {
$roots_google_analytics_id = GOOGLE_ANALYTICS_ID;
if ($roots_google_analytics_id !== '') {
diff --git a/inc/roots-hooks.php b/inc/roots-hooks.php
index 97ac92c..397f6a1 100644
--- a/inc/roots-hooks.php
+++ b/inc/roots-hooks.php
@@ -2,7 +2,6 @@
// header.php
function roots_head() { do_action('roots_head'); }
-function roots_stylesheets() { do_action('roots_stylesheets'); }
function roots_wrap_before() { do_action('roots_wrap_before'); }
function roots_header_before() { do_action('roots_header_before'); }
function roots_header_inside() { do_action('roots_header_inside'); }
diff --git a/inc/roots-scripts.php b/inc/roots-scripts.php
index f699035..74bd295 100644
--- a/inc/roots-scripts.php
+++ b/inc/roots-scripts.php
@@ -1,6 +1,19 @@