[ekiga] Cleanup code
- From: Eugen Dedu <ededu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga] Cleanup code
- Date: Fri, 30 Nov 2012 22:38:40 +0000 (UTC)
commit 68dcc37fe4c44adc564d7b07b70e2902725a825c
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date: Fri Nov 30 23:37:43 2012 +0100
Cleanup code
src/common.h | 10 ----------
src/gui/main_window.cpp | 7 +++++++
2 files changed, 7 insertions(+), 10 deletions(-)
---
diff --git a/src/common.h b/src/common.h
index 7db4e61..f9e5482 100644
--- a/src/common.h
+++ b/src/common.h
@@ -64,14 +64,4 @@
#define AUDIO_CODECS_KEY "/apps/" PACKAGE_NAME "/codecs/audio/"
#define VIDEO_CODECS_KEY "/apps/" PACKAGE_NAME "/codecs/video/"
-/* Control Panel Section */
-typedef enum {
-
- CONTACTS,
- DIALPAD,
- CALL,
- NUM_SECTIONS
-} PanelSection;
-
-
#endif /* GM_COMMON_H */
diff --git a/src/gui/main_window.cpp b/src/gui/main_window.cpp
index 6ba61d2..318ed5a 100644
--- a/src/gui/main_window.cpp
+++ b/src/gui/main_window.cpp
@@ -73,6 +73,13 @@
enum CallingState {Standby, Calling, Connected, Called};
+typedef enum {
+ CONTACTS,
+ DIALPAD,
+ CALL,
+ NUM_SECTIONS
+} PanelSection;
+
enum DeviceType {AudioInput, AudioOutput, Ringer, VideoInput};
struct deviceStruct {
char name[256];
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]