diff --git a/apis/charts_graphs_google_charts/charts_graphs_google_charts.module b/apis/charts_graphs_google_charts/charts_graphs_google_charts.module
index 482e026..50fea3c 100644
--- a/apis/charts_graphs_google_charts/charts_graphs_google_charts.module
+++ b/apis/charts_graphs_google_charts/charts_graphs_google_charts.module
@@ -8,9 +8,6 @@
  * Implements hook_chartgraph_provider().
  **/
 function charts_graphs_google_charts_chartgraph_provider() {
-
-  drupal_get_path($type, $project);
-
   $provider = array(
     'path' => drupal_get_path('module', 'charts_graphs_google_charts') . '/charts_graphs_google_charts.class.inc', // must be full path
     'clazz' => 'ChartsGraphsGoogleCharts', // implementation class' name
