[fractal] new_room: Remove combo



commit ec3c52e824fb3c502f7db5637305daa4aaf254f8
Author: Christopher Davis <brainblasted disroot org>
Date:   Sat Oct 31 17:40:36 2020 -0700

    new_room: Remove combo
    
    This combo is never used.

 fractal-gtk/res/ui/new_room.ui | 18 ------------------
 1 file changed, 18 deletions(-)
---
diff --git a/fractal-gtk/res/ui/new_room.ui b/fractal-gtk/res/ui/new_room.ui
index f5155611..76245c02 100644
--- a/fractal-gtk/res/ui/new_room.ui
+++ b/fractal-gtk/res/ui/new_room.ui
@@ -2,24 +2,6 @@
 <!-- Generated with glade 3.22.1 -->
 <interface>
   <requires lib="gtk+" version="3.20"/>
-  <object class="GtkListStore" id="new_room_combo">
-    <columns>
-      <!-- column-name name -->
-      <column type="gchararray"/>
-      <!-- column-name type -->
-      <column type="gchararray"/>
-    </columns>
-    <data>
-      <row>
-        <col id="0" translatable="yes">Private Chat</col>
-        <col id="1">private_chat</col>
-      </row>
-      <row>
-        <col id="0" translatable="yes">Public</col>
-        <col id="1">public_chat</col>
-      </row>
-    </data>
-  </object>
   <object class="GtkDialog" id="new_room_dialog">
     <property name="can_focus">False</property>
     <property name="modal">True</property>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]