diff --git a/plugins/views_plugin_display_system.inc b/plugins/views_plugin_display_system.inc
index ce1ff91..079fe48 100644
--- a/plugins/views_plugin_display_system.inc
+++ b/plugins/views_plugin_display_system.inc
@@ -296,11 +296,4 @@ class views_plugin_display_system extends views_plugin_display {
       'description' => t('The contextual filter values is provided by the URL.'),
     );
   }
-
-  function get_pager_text() {
-    return array(
-      'items per page title' => t('Items per page'),
-      'items per page description' => t('The number of items to display per page. Enter 0 for no limit.')
-    );
-  }
 }
