]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/baculum/protected/API/Pages/API/RestoreRun.php
baculum: Tweak remove unused api get methods
[bacula/bacula] / gui / baculum / protected / API / Pages / API / RestoreRun.php
index f7ed970515d6fcd96119e170879a43eeadfd9bc7..a60e627c0be01ab2b5b1636af057889de204afe5 100644 (file)
@@ -24,8 +24,6 @@ Prado::using('Application.API.Class.APIDbModule');
  
 class RestoreRun extends BaculumAPIServer {
 
-       public function get() {}
-
        public function create($params) {
                $rfile = property_exists($params, 'rpath') ? $params->rpath : null;