X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=vg_ui.h;h=5296afc12e76b5f95c4f36c64e663483bda44904;hb=4eaab4b787d2534b4dce8114a360183355062d20;hp=3c16711619139ef0fb31a3886bf9f06829b16d3e;hpb=8c967ecac9d925e5fe14ecaeb6c0e4b2b23dfac4;p=vg.git diff --git a/vg_ui.h b/vg_ui.h index 3c16711..5296afc 100644 --- a/vg_ui.h +++ b/vg_ui.h @@ -1,5 +1,6 @@ /* Copyright (C) 2021-2022 Harry Godden (hgn) - All Rights Reserved */ +#if 0 #ifndef VG_UI_H #define VG_UI_H @@ -977,3 +978,4 @@ VG_STATIC void ui_checkbox( struct ui_checkbox *cb ) } #endif /* VG_UI_H */ +#endif