[gnome-photos] image-view: Remove unnecessary CLASS macros
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos] image-view: Remove unnecessary CLASS macros
- Date: Tue, 22 Nov 2016 11:16:33 +0000 (UTC)
commit 5c2f0fff069d0a706f73b898ed6e4201cb45080b
Author: Debarshi Ray <debarshir gnome org>
Date: Sun Nov 20 12:45:02 2016 +0100
image-view: Remove unnecessary CLASS macros
src/photos-image-view.h | 12 ------------
1 files changed, 0 insertions(+), 12 deletions(-)
---
diff --git a/src/photos-image-view.h b/src/photos-image-view.h
index 65e54ea..043e316 100644
--- a/src/photos-image-view.h
+++ b/src/photos-image-view.h
@@ -32,22 +32,10 @@ G_BEGIN_DECLS
(G_TYPE_CHECK_INSTANCE_CAST ((obj), \
PHOTOS_TYPE_IMAGE_VIEW, PhotosImageView))
-#define PHOTOS_IMAGE_VIEW_CLASS(klass) \
- (G_TYPE_CHECK_CLASS_CAST ((klass), \
- PHOTOS_TYPE_IMAGE_VIEW, PhotosImageViewClass))
-
#define PHOTOS_IS_IMAGE_VIEW(obj) \
(G_TYPE_CHECK_INSTANCE_TYPE ((obj), \
PHOTOS_TYPE_IMAGE_VIEW))
-#define PHOTOS_IS_IMAGE_VIEW_CLASS(klass) \
- (G_TYPE_CHECK_CLASS_TYPE ((klass), \
- PHOTOS_TYPE_IMAGE_VIEW))
-
-#define PHOTOS_IMAGE_VIEW_GET_CLASS(obj) \
- (G_TYPE_INSTANCE_GET_CLASS ((obj), \
- PHOTOS_TYPE_IMAGE_VIEW, PhotosImageViewClass))
-
typedef struct _PhotosImageView PhotosImageView;
typedef struct _PhotosImageViewClass PhotosImageViewClass;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]