Remove unused code

This commit is contained in:
o9000
2016-02-26 11:07:44 +01:00
parent 6ce441ecf1
commit 7c70ae365e
2 changed files with 0 additions and 152 deletions

View File

@@ -73,8 +73,6 @@ Imlib_Image adjust_icon(Imlib_Image original, int alpha, int saturation, int bri
void create_heuristic_mask(DATA32 *data, int w, int h);
int image_empty(DATA32 *data, int w, int h);
// Renders the current Imlib image to a drawable. Wrapper around imlib_render_image_on_drawable.
void render_image(Drawable d, int x, int y);
@@ -108,8 +106,4 @@ GList *g_list_copy_deep(GList *list, GCopyFunc func, gpointer user_data);
#define g_assert_null(expr) g_assert((expr) == NULL)
#endif
void close_all_fds();
char* get_own_path();
#endif