mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Removed the unused Maxsi::StdOut namespace.
This commit is contained in:
parent
cb92f073d9
commit
b742eafd7c
1 changed files with 1 additions and 10 deletions
|
@ -17,7 +17,7 @@
|
|||
You should have received a copy of the GNU Lesser General Public License
|
||||
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
io.h
|
||||
io.cpp
|
||||
Functions for management of input and output.
|
||||
|
||||
******************************************************************************/
|
||||
|
@ -36,15 +36,6 @@ namespace Maxsi
|
|||
return SysPrint(Message);
|
||||
}
|
||||
|
||||
// TODO: This namespace is hereby deprecated as it was stupid. Delete it soon.
|
||||
namespace StdOut
|
||||
{
|
||||
size_t Print(const char* Message)
|
||||
{
|
||||
return SysPrint(Message);
|
||||
}
|
||||
}
|
||||
|
||||
size_t PrintCallback(void* user, const char* string, size_t stringlen)
|
||||
{
|
||||
return SysPrint(string);
|
||||
|
|
Loading…
Add table
Reference in a new issue