Index: openacs-4/packages/file-storage/tcl/file-storage-callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/tcl/file-storage-callback-procs.tcl,v diff -u -r1.10 -r1.10.2.1 --- openacs-4/packages/file-storage/tcl/file-storage-callback-procs.tcl 10 Jan 2011 23:28:43 -0000 1.10 +++ openacs-4/packages/file-storage/tcl/file-storage-callback-procs.tcl 30 Aug 2014 17:01:26 -0000 1.10.2.1 @@ -21,15 +21,6 @@ } { } -ad_proc -public -callback fs::file_delete { - {-package_id:required} - {-file_id:required} -} { - Callback executed right before the file is deleted - This should make sure that any foreign key constraints to the file are removed -} - - - ad_proc -public -callback fs::before_file_new { {-package_id:required} {-folder_id:required} @@ -39,12 +30,6 @@ this can be used to check for confirmation before upload to folder } - -ad_proc -public -callback fs::file_new { - {-package_id:required} - {-file_id:required} -} { -} - ad_proc -public -callback fs::file_revision_new { {-package_id:required} {-file_id:required} @@ -124,12 +109,6 @@ } -ad_proc -public -callback fs::folder_new { - {-package_id:required} - {-folder_id:required} -} { -} - ad_proc -public -callback pm::project_new -impl file_storage { {-package_id:required} {-project_id:required}