From cb52868b48be253e22a87863b3bd7ea582107d70 Mon Sep 17 00:00:00 2001 From: Ashish Gupta Date: Sun, 8 Oct 2017 22:04:11 +0200 Subject: Get rid of bloat --- frontends/kolibrios/gui_file_table.h | 37 ------------------------------------ 1 file changed, 37 deletions(-) delete mode 100644 frontends/kolibrios/gui_file_table.h (limited to 'frontends/kolibrios/gui_file_table.h') diff --git a/frontends/kolibrios/gui_file_table.h b/frontends/kolibrios/gui_file_table.h deleted file mode 100644 index 2c0795fa1..000000000 --- a/frontends/kolibrios/gui_file_table.h +++ /dev/null @@ -1,37 +0,0 @@ -/* ------------------------------ */ -/* Part about GUI FILE TABLE. Will contain all functions required as well. */ -/* ------------------------------ */ -nserror kolibri_mkpath(char **str, size_t *size, size_t nemb, va_list ap) -{ - -} - -nserror kolibri_basename(const char *path, char **str, size_t *size) -{ - -} - -nserror kolibri_nsurl_to_path(struct nsurl *url, char **path) -{ - -} - -nserror kolibri_path_to_nsurl(const char *path, struct nsurl **url) -{ - -} - -nserror kolibri_mkdir_all(const char *fname) -{ - -} - - -struct gui_file_table kolibri_gui_file_table = { - /* Mandantory entries */ - .mkpath = kolibri_mkpath, - .basename = kolibri_basename, - .nsurl_to_path = kolibri_nsurl_to_path, - .path_to_nsurl = kolibri_path_to_nsurl, - .mkdir_all = kolibri_mkdir_all -}; -- cgit v1.2.3