[gnome-color-manager/colord: 38/72] Remove gcm-dump-edid, there are other tools available to do this
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-color-manager/colord: 38/72] Remove gcm-dump-edid, there are other tools available to do this
- Date: Tue, 8 Mar 2011 11:26:32 +0000 (UTC)
commit 8322da4b79ae3084bfc4f3819cc85334a72fe1ae
Author: Richard Hughes <richard hughsie com>
Date: Mon Jan 31 20:34:16 2011 +0000
Remove gcm-dump-edid, there are other tools available to do this
tools/.gitignore | 1 -
tools/Makefile.am | 15 ---
tools/gcm-dump-edid.c | 213 ----------------------------------------------
tools/gcm-dump-profile.c | 2 -
4 files changed, 0 insertions(+), 231 deletions(-)
---
diff --git a/tools/.gitignore b/tools/.gitignore
index d40c51d..1c9d1ad 100644
--- a/tools/.gitignore
+++ b/tools/.gitignore
@@ -5,7 +5,6 @@
*.bin
.libs
.deps
-gcm-dump-edid
gcm-dump-profile
gcm-dump-sensor
gcm-fix-profile
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 8b80494..57589a1 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -26,24 +26,9 @@ INCLUDES = \
noinst_PROGRAMS = \
gcm-dump-profile \
gcm-dump-sensor \
- gcm-dump-edid \
gcm-fix-profile \
gcm-sensor-example
-gcm_dump_edid_SOURCES = \
- gcm-dump-edid.c
-
-gcm_dump_edid_LDADD = \
- $(GLIB_LIBS) \
- $(XORG_LIBS) \
- $(X11_LIBS) \
- $(GTK_LIBS) \
- $(top_builddir)/src/libgcmshared.a \
- -lm
-
-gcm_dump_edid_CFLAGS = \
- $(WARNINGFLAGS_C)
-
gcm_dump_profile_SOURCES = \
gcm-dump-profile.c
diff --git a/tools/gcm-dump-profile.c b/tools/gcm-dump-profile.c
index 6644531..d7ccb91 100644
--- a/tools/gcm-dump-profile.c
+++ b/tools/gcm-dump-profile.c
@@ -67,8 +67,6 @@ gcm_dump_profile_filename (const gchar *filename)
colorspace = gcm_profile_get_colorspace (profile);
// g_print ("Colorspace:\t%s\n", cd_colorspace_to_string (colorspace));
size = gcm_profile_get_size (profile);
- g_print ("Size:\t\t%i bytes\n", size);
- has_vcgt = gcm_profile_get_has_vcgt (profile);
g_print ("Has VCGT:\t%s\n", has_vcgt ? "Yes" : "No");
description = gcm_profile_get_description (profile);
if (description != NULL)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]