1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 15:17:36 +00:00

LibCore: Remove Core::IODevice::printf()

This commit is contained in:
Andreas Kling 2021-05-07 22:11:50 +02:00
parent c7e5ef3057
commit 406c876fce
2 changed files with 0 additions and 16 deletions

View file

@ -84,8 +84,6 @@ public:
virtual bool open(IODevice::OpenMode) = 0;
virtual bool close();
int printf(const char*, ...);
LineIterator line_begin() & { return LineIterator(*this); }
LineIterator line_end() { return LineIterator(*this, true); }