Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
facontidavide committed Dec 14, 2023
1 parent 10409ab commit e5310f8
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 486 deletions.
6 changes: 1 addition & 5 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ add_definitions(-DQT_SHARED)

QT5_WRAP_UI ( COMMON_UI_SRC
qnodedialog.ui
rule_editing.ui
dialog_select_ros_topics.ui
dialog_with_itemlist.ui
publisher_select_dialog.ui )
Expand All @@ -29,10 +28,8 @@ if(COMPILING_WITH_CATKIN)
add_library( commonROS STATIC
${COMMON_SRC}
${COMMON_UI_SRC}
qnodedialog.cpp
rule_editing.cpp )
qnodedialog.cpp)

target_compile_definitions(commonROS PUBLIC DISABLE_RULE_EDITING)
target_link_libraries( commonROS
${Qt5Widgets_LIBRARIES}
${Qt5Xml_LIBRARIES}
Expand Down Expand Up @@ -77,7 +74,6 @@ elseif(COMPILING_WITH_AMENT)
${COMMON_UI_SRC}
ros_parsers/ros2_parser.cpp )

target_compile_definitions(commonROS PUBLIC DISABLE_RULE_EDITING)
target_link_libraries( commonROS
${Qt5Widgets_LIBRARIES}
${Qt5Xml_LIBRARIES}
Expand Down
1 change: 0 additions & 1 deletion src/DataLoadROS/dataload_ros.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

#include "dialog_select_ros_topics.h"
#include "shape_shifter_factory.hpp"
#include "rule_editing.h"
#include "dialog_with_itemlist.h"

DataLoadROS::DataLoadROS()
Expand Down
1 change: 0 additions & 1 deletion src/DataLoadROS/dataload_ros.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ class DataLoadROS : public PJ::DataLoader
virtual bool xmlLoadState(const QDomElement& parent_element) override;

protected:
void loadSubstitutionRule(QStringList all_topic_names);

std::shared_ptr<rosbag::Bag> _bag;

Expand Down
1 change: 0 additions & 1 deletion src/DataStreamROS/datastream_ROS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#include <ros/transport_hints.h>

#include "dialog_select_ros_topics.h"
#include "rule_editing.h"
#include "qnodedialog.h"
#include "shape_shifter_factory.hpp"

Expand Down
2 changes: 0 additions & 2 deletions src/DataStreamROS/datastream_ROS.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ class DataStreamROS : public PJ::DataStreamer

std::map<std::string, ros::Subscriber> _subscribers;

RosIntrospection::SubstitutionRuleMap _rules;

int _received_msg_count;

QAction* _action_saveIntoRosbag;
Expand Down
286 changes: 0 additions & 286 deletions src/rule_editing.cpp

This file was deleted.

Loading

0 comments on commit e5310f8

Please sign in to comment.