ui/motif/image.c

changeset 100
d2bd73d28ff1
parent 0
2483f517c562
--- a/ui/motif/image.c	Fri Nov 29 22:21:36 2024 +0100
+++ b/ui/motif/image.c	Thu Dec 12 20:01:43 2024 +0100
@@ -6,35 +6,3 @@
 
 #include "image.h"
 
-UiIcon* ui_icon(const char *name, int size) {
-    return NULL;
-}
-
-UiIcon* ui_icon_unscaled(const char *name, int size) {
-    return NULL;
-}
-
-void ui_free_icon(UiIcon *icon) {
-    
-}
-
-UiImage* ui_icon_image(UiIcon *icon) {
-    return NULL;
-}
-
-UiImage* ui_image(const char *filename) {
-    return NULL;
-}
-
-UiImage* ui_named_image(const char *filename, const char *name) {
-    return NULL;
-}
-
-UiImage* ui_load_image_from_path(const char *path, const char *name) {
-    return NULL;
-}
-
-void ui_free_image(UiImage *img) {
-    
-}
-

mercurial