remove empty cpp file

This commit is contained in:
hippoz 2022-03-18 03:24:40 +02:00
parent 19abbbf057
commit cf5bcd63b2
Signed by: hippoz
GPG key ID: 7C52899193467641
2 changed files with 0 additions and 1 deletions

View file

@ -7,7 +7,6 @@ xlib_dep = dependency('x11')
executable( executable(
'ravenapp', 'ravenapp',
'./src/Box.cpp', './src/Box.cpp',
'./src/Events.cpp',
'./src/Widget.cpp', './src/Widget.cpp',
'./src/Button.cpp', './src/Button.cpp',
'./src/Painter.cpp', './src/Painter.cpp',

View file