Remove unused define

This commit is contained in:
Zachary Hall 2024-12-08 10:59:30 -08:00
parent 82f1d1e928
commit 6052436fa9

View file

@ -30,5 +30,3 @@ inline BBitmap *get_empty_icon() {
} }
return empty_icon; return empty_icon;
} }
#define CLASS(name) class Haiku##name