Skip to content

Commit 5ef0998

Browse files
committed
[Remove] - Comments
Comments not necessary in the main.c are now removed from testing.
1 parent bb34a9a commit 5ef0998

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/main.c

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,7 @@
11
#include "gtk_gui.c"
2-
//#include "converters/bmp_to_jpeg.c" // Include this line to test the bmp_to_jpeg function
3-
//#include "converters/bmp_to_png.c"
4-
//#include "converters/png_to_bmp.c"
5-
//#include "converters/jpeg_to_bmp.c"
62

73
int main(int argc, char **argv)
84
{
9-
//Include the following line to test the bmp_to_jpeg function
10-
//bmp_to_jpeg("assets/images/test_image.bmp", "assets/images/testjpg.jpg");
11-
//bmp_to_png("assets/images/test_image_negative.bmp", "assets/images/testpng.png");
12-
//png_to_bmp("assets/images/testpng.png", "assets/images/test_i.bmp");
13-
//jpeg_to_bmp("assets/images/testjpg.jpg", "assets/images/test_j.bmp");
14-
155
GtkApplication *app;
166
int status;
177

0 commit comments

Comments
 (0)