Code

Starting move
[gosa.git] / plugins / admin / systems / tabs_arpnewdevice.inc
diff --git a/plugins/admin/systems/tabs_arpnewdevice.inc b/plugins/admin/systems/tabs_arpnewdevice.inc
deleted file mode 100644 (file)
index fe12b40..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-<?php
-
-class ArpNewDeviceTabs extends tabs
-{
-
-  function save($ignore_account= FALSE)
-  {
-    tabs::save($ignore_account);
-  }
-
-  function execute()
-  {
-    tabs::execute(); 
-    return($this->by_object[$this->current]->execute());
-  }
-}
-
-// vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler:
-?>