From 913d767475110bd73ce4fe772ff2444004b8f359 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 6 Jul 2015 15:18:23 +0200 Subject: Move filename from Text to File Also apply syntax rules every time the file name changes. --- text.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'text.h') diff --git a/text.h b/text.h index 9c2b09e..2c847d1 100644 --- a/text.h +++ b/text.h @@ -39,10 +39,6 @@ Text *text_load_fd(int fd); /* return the fd from which this text was loaded or -1 if it was * loaded from a filename */ int text_fd_get(Text*); -/* the filename from which this text was loaded or first saved to */ -const char *text_filename_get(Text*); -/* associate a filename with the yet unnamed buffer */ -void text_filename_set(Text*, const char *filename); bool text_insert(Text*, size_t pos, const char *data, size_t len); bool text_delete(Text*, size_t pos, size_t len); void text_snapshot(Text*); -- cgit v1.2.3