[Common] Changed method of deviced listener implementation
[platform/core/api/webapi-plugins.git] / src / common / filesystem / filesystem_provider_deviced.h
index 65746b8..4491c12 100644 (file)
@@ -60,7 +60,6 @@ class FilesystemProviderDeviced : public IFilesystemProvider {
   GDBusConnection* dbus_;
   GDBusProxy* proxy_;
 
-  DeviceChangeStateFun device_changed_callback_;
   guint block_signal_subscribe_id_;
   std::map<std::string, StorageState> previous_device_state_map_;
   FilesystemProviderRef virtual_roots_provider_;