mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:07:34 +00:00
LibCore: Remove Core::IODevice::printf()
This commit is contained in:
parent
c7e5ef3057
commit
406c876fce
2 changed files with 0 additions and 16 deletions
|
@ -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); }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue