From ba9b4f4211da4efb95648ab27b83e4d1c367b511 Mon Sep 17 00:00:00 2001 From: Borja Ferrer Date: Mon, 6 Nov 2006 22:30:59 +0000 Subject: [PATCH] what --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40153 --- core/interfaces/ILibrarySys.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/interfaces/ILibrarySys.h b/core/interfaces/ILibrarySys.h index 80858072..aed3379a 100644 --- a/core/interfaces/ILibrarySys.h +++ b/core/interfaces/ILibrarySys.h @@ -95,8 +95,6 @@ namespace SourceMod * @brief Opens a directory for reading. * * @param path Path to directory. - * @param error Buffer for any error message (may be NULL). - * @param err_max Maximum length of error buffer. * @return Pointer to an IDirectory, NULL if failed. */ virtual IDirectory *OpenDirectory(const char *path) =0;