]> git.sur5r.net Git - i3/i3/commitdiff
Revert "implement the GET_LOG_MARKERS request" (no longer available)
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 21 Jan 2012 22:00:04 +0000 (22:00 +0000)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 21 Jan 2012 22:00:04 +0000 (22:00 +0000)
This reverts commit 7e2ed06447af5e3b49af69dd24e2a5dec373ad9c.

lib/AnyEvent/I3.pm

index 6c7dbd1297ad8ae7be4cdcc0d2f6c7839956fd5f..398040cb389bc7797ff7ea7c29ac0e6ac17eebbf 100644 (file)
@@ -67,11 +67,10 @@ use constant TYPE_GET_OUTPUTS => 3;
 use constant TYPE_GET_TREE => 4;
 use constant TYPE_GET_MARKS => 5;
 use constant TYPE_GET_BAR_CONFIG => 6;
-use constant TYPE_GET_LOG_MARKERS => 7;
 
 our %EXPORT_TAGS = ( 'all' => [
     qw(i3 TYPE_COMMAND TYPE_GET_WORKSPACES TYPE_SUBSCRIBE TYPE_GET_OUTPUTS
-       TYPE_GET_TREE TYPE_GET_MARKS TYPE_GET_BAR_CONFIG TYPE_GET_LOG_MARKERS)
+       TYPE_GET_TREE TYPE_GET_MARKS TYPE_GET_BAR_CONFIG)
 ] );
 
 our @EXPORT_OK = ( @{ $EXPORT_TAGS{all} } );
@@ -376,23 +375,6 @@ sub get_bar_config {
     $self->message(TYPE_GET_BAR_CONFIG, $id)
 }
 
-=head2 get_log_markers
-
-Gets the bar configuration for the specific bar id from i3 (>= v4.1).
-
-    my $markers = i3->get_log_markers()->recv;
-    say Dumper($markers);
-
-=cut
-sub get_log_markers {
-    my ($self) = @_;
-
-    $self->_ensure_connection;
-
-    $self->message(TYPE_GET_LOG_MARKERS)
-}
-
-
 =head2 command($content)
 
 Makes i3 execute the given command