Skip to content

Commit 02f13bc

Browse files
committed
fix code style
1 parent a9f013c commit 02f13bc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

modules/highgui/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ if(HAVE_WEBP)
3939
add_definitions(-DHAVE_WEBP)
4040
endif()
4141

42-
4342
if(WITH_FRAMEBUFFER)
4443
add_definitions(-DHAVE_FRAMEBUFFER)
4544
list(APPEND highgui_srcs ${CMAKE_CURRENT_LIST_DIR}/src/window_framebuffer.cpp)
@@ -48,7 +47,6 @@ if(WITH_FRAMEBUFFER)
4847
list(APPEND highgui_hdrs ${CMAKE_CURRENT_LIST_DIR}/src/Xmd.h)
4948
endif()
5049

51-
5250
file(GLOB highgui_ext_hdrs
5351
"${CMAKE_CURRENT_LIST_DIR}/include/opencv2/*.hpp"
5452
"${CMAKE_CURRENT_LIST_DIR}/include/opencv2/${name}/*.hpp"
@@ -199,9 +197,6 @@ elseif(HAVE_COCOA)
199197
list(APPEND HIGHGUI_LIBRARIES "-framework Cocoa")
200198
endif()
201199

202-
203-
204-
205200
if(TARGET ocv.3rdparty.win32ui)
206201
if("win32ui" IN_LIST HIGHGUI_PLUGIN_LIST OR HIGHGUI_PLUGIN_LIST STREQUAL "all")
207202
ocv_create_builtin_highgui_plugin(opencv_highgui_win32 ocv.3rdparty.win32ui "window_w32.cpp")

0 commit comments

Comments
 (0)