]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkprinter-private.h
GtkIconTheme: fix regression from 0db32f0632ef4675bfcfc9ec201f7af157a48ab0
[~andy/gtk] / gtk / gtkprinter-private.h
index 0c57b95780d7443f2860dcd7bd2920660c1ac0f0..edc116ea63073c2e47a78383895100b4eaabb771 100644 (file)
@@ -1,4 +1,4 @@
-/* GTK - The GTK+ Toolkit
+/* GTK - The GIMP Toolkit
  * gtkprintoperation.h: Print Operation
  * Copyright (C) 2006, Red Hat, Inc.
  *
@@ -13,9 +13,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __GTK_PRINTER_PRIVATE_H__
@@ -45,11 +43,6 @@ cairo_surface_t *    _gtk_printer_create_cairo_surface      (GtkPrinter
                                                             gdouble              width,
                                                             gdouble              height,
                                                             GIOChannel          *cache_io);
-void                 _gtk_printer_get_hard_margins          (GtkPrinter          *printer,
-                                                            gdouble             *top,
-                                                            gdouble             *bottom,
-                                                            gdouble             *left,
-                                                            gdouble             *right);
 GHashTable *         _gtk_printer_get_custom_widgets        (GtkPrinter          *printer);
 
 /* GtkPrintJob private methods: */