summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/modules/theme-tools/compat/twentyseventeen.php')
-rw-r--r--plugins/jetpack/modules/theme-tools/compat/twentyseventeen.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/plugins/jetpack/modules/theme-tools/compat/twentyseventeen.php b/plugins/jetpack/modules/theme-tools/compat/twentyseventeen.php
deleted file mode 100644
index 4a60e504..00000000
--- a/plugins/jetpack/modules/theme-tools/compat/twentyseventeen.php
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php
-/**
- * Jetpack Compatibility File
- * See: http://jetpack.com/
- */
-
-function twentyseventeen_jetpack_setup() {
- /**
- * Add theme support for geo-location.
- */
- add_theme_support( 'jetpack-geo-location' );
-}
-add_action( 'after_setup_theme', 'twentyseventeen_jetpack_setup' );