From 3564e11a41c8d3f06c8be387691d5997942e9738 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sun, 30 Jul 2023 23:20:36 +0200 Subject: tdf#156230 remove now unused various bit and pieces MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I0ad88d402329bbc6882f53f6c20c22b97189a27f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155077 Tested-by: Jenkins Reviewed-by: خالد حسني --- vcl/inc/salinst.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'vcl/inc/salinst.hxx') diff --git a/vcl/inc/salinst.hxx b/vcl/inc/salinst.hxx index 98e962d8c637..124118f4e609 100644 --- a/vcl/inc/salinst.hxx +++ b/vcl/inc/salinst.hxx @@ -195,7 +195,6 @@ public: // callbacks for printer updates virtual void updatePrinterUpdate() {} - virtual void jobStartedPrinterUpdate() {} virtual void jobEndedPrinterUpdate() {} /// Set the app's (somewhat) magic/main-thread to this one. -- cgit