[ekiga/v4_0] Cleanup code
- From: Eugen Dedu <ededu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga/v4_0] Cleanup code
- Date: Mon, 14 Jan 2013 17:36:55 +0000 (UTC)
commit c9b4f72187ee838851d81a549c1025c61cb909ed
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]