Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
oscfdezdz committed Nov 6, 2024
1 parent bb4831f commit acc7ded
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/web/exm-comment-provider.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,6 @@ exm_comment_provider_new (void)
return g_object_new (EXM_TYPE_COMMENT_PROVIDER, NULL);
}

static void
exm_comment_provider_finalize (GObject *object)
{
ExmCommentProvider *self = (ExmCommentProvider *)object;

G_OBJECT_CLASS (exm_comment_provider_parent_class)->finalize (object);
}

static GListModel *
parse_comments (GBytes *bytes,
GError **out_error)
Expand Down Expand Up @@ -119,8 +111,6 @@ exm_comment_provider_class_init (ExmCommentProviderClass *klass)
{
GObjectClass *object_class = G_OBJECT_CLASS (klass);

object_class->finalize = exm_comment_provider_finalize;

ExmRequestHandlerClass *request_handler_class = EXM_REQUEST_HANDLER_CLASS (klass);

request_handler_class->handle_response = (ResponseHandler) parse_comments;
Expand Down

0 comments on commit acc7ded

Please sign in to comment.