1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-08-17 14:51:04 +02:00

chore: comment out doc comment for unused func

This commit is contained in:
Jake Stanger 2024-12-28 12:58:05 +00:00
parent 2840ff66db
commit 42e18da126
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61

View file

@ -23,7 +23,7 @@ impl DataControlSourceDataExt for DataControlSourceData {
///
/// The functions defined in this trait are called as `DataSource` events are received from the compositor.
pub trait DataControlSourceHandler: Sized {
/// This may be called multiple times, once for each accepted mime type from the destination, if any.
// /// This may be called multiple times, once for each accepted mime type from the destination, if any.
// fn accept_mime(
// &mut self,
// conn: &Connection,