summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorQball Cow <qball@gmpclient.nl>2014-05-19 16:48:50 +0200
committerQball Cow <qball@gmpclient.nl>2014-05-19 16:48:50 +0200
commitcb15a57fb701b3a882d1c7d5974f198e2a302d24 (patch)
tree07e36092acdddcbd200fce83b23350b7f72f6f02 /include
parentb535533569fb5a5c1f44aa9d8746202d40bae0a9 (diff)
Remove memory wrappers, and use system stuff directly.
Diffstat (limited to 'include')
-rw-r--r--include/rofi.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/rofi.h b/include/rofi.h
index e736bffa..26c274b9 100644
--- a/include/rofi.h
+++ b/include/rofi.h
@@ -41,15 +41,6 @@ MenuReturn menu ( char **lines, char **input, char *prompt,
menu_match_cb mmc, void *mmc_data,
int *selected_line );
-
-/**
- * Allocator wrappers
- */
-void* allocate ( unsigned long bytes ) __attribute__( ( malloc ) );
-void* allocate_clear ( unsigned long bytes );
-void* reallocate ( void *ptr, unsigned long bytes );
-
-
void catch_exit ( __attribute__( ( unused ) ) int sig );
typedef enum _WindowLocation