meld r1290 - trunk/vc



Author: vincele
Date: Thu Mar 26 20:53:20 2009
New Revision: 1290
URL: http://svn.gnome.org/viewvc/meld?rev=1290&view=rev

Log:
Remove unused capability VC code and constants


Modified:
   trunk/vc/_vc.py

Modified: trunk/vc/_vc.py
==============================================================================
--- trunk/vc/_vc.py	(original)
+++ trunk/vc/_vc.py	Thu Mar 26 20:53:20 2009
@@ -33,8 +33,6 @@
 STATE_MODIFIED, STATE_CONFLICT, STATE_REMOVED, \
 STATE_MISSING, STATE_MAX = range(12)
 
-CAPABILITY_RESOLVE, CAPABILITY_OTHER = [1<<i for i in range(2)]
-
 class Entry(object):
     # These are the possible states of files. Be sure to get the colons correct.
     states = _("Ignored:Unversioned:::Error::Newly added:Modified:<b>Conflict</b>:Removed:Missing").split(":")
@@ -131,9 +129,6 @@
         dirs, files = self.lookup_files(cdirs, cfiles)
         return dirs+files
 
-    def get_capabilities(self):
-        return 0
-
     def lookup_files(self, dirs, files):
         "Assume all files are in the same dir, files is an array of (name, path) tuples."
         directory = self._get_directoryname(files, dirs)



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