Skip to content

Commit

Permalink
revise and shorten source code
Browse files Browse the repository at this point in the history
  • Loading branch information
aginika committed May 14, 2013
1 parent 47c74f6 commit 2280b54
Show file tree
Hide file tree
Showing 5 changed files with 162 additions and 509 deletions.
4 changes: 2 additions & 2 deletions doc/tutorials/content/sources/tracking/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ include_directories(${PCL_INCLUDE_DIRS})
link_directories(${PCL_LIBRARY_DIRS})
add_definitions(${PCL_DEFINITIONS})

add_executable (openni_tracking_sample src/openni_tracking_sample.cpp src/segment_reference.cpp)
target_link_libraries (openni_tracking_sample ${PCL_LIBRARIES})
add_executable (tracking_sample tracking_sample.cpp)
target_link_libraries (tracking_sample ${PCL_LIBRARIES})
210 changes: 0 additions & 210 deletions doc/tutorials/content/sources/tracking/segment_reference.cpp

This file was deleted.

110 changes: 0 additions & 110 deletions doc/tutorials/content/sources/tracking/segment_reference.h

This file was deleted.

Loading

0 comments on commit 2280b54

Please sign in to comment.