connection::get_file_descriptor removed
This commit is contained in:
@@ -276,11 +276,6 @@ public:
|
||||
*/
|
||||
int32_t get_event_socket_fd();
|
||||
|
||||
/**
|
||||
* @deprecated Use get_event_socket() instead
|
||||
*/
|
||||
int32_t get_file_descriptor();
|
||||
|
||||
sigc::signal<void, const workspace_event_t&> signal_workspace_event; ///< Workspace event signal
|
||||
sigc::signal<void> signal_output_event; ///< Output event signal
|
||||
sigc::signal<void> signal_mode_event; ///< Output mode event signal
|
||||
|
||||
@@ -475,9 +475,4 @@ int32_t connection::get_main_socket_fd() { return m_main_socket; }
|
||||
|
||||
int32_t connection::get_event_socket_fd() { return m_event_socket; }
|
||||
|
||||
int32_t connection::get_file_descriptor() {
|
||||
I3IPC_WARN("connection::get_file_descriptor() is DEPRECATED")
|
||||
return m_event_socket;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user